home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS026.DSK / PUBWEB45.NTF (.txt) < prev    next >
Lotus Notes Database  |  1997-07-29  |  1MB  |  5,098 lines

  1. Server Web Navigator 4.5
  2. #1StdR45WebNavigator
  3. FOLDER_DIRECTORY_OBJECT
  4. My Bookmarks
  5. CN=Lotus Notes Template Development/O=Lotus Notes
  6. `    d0Q
  7. NE|$NB
  8. }&lemH
  9. =I}[ x
  10. >Y5.D
  11. Ml!|k
  12. Lotus NotesCN=Lotus Notes Template Development/O=Lotus NotesCN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes
  13. QPAL$
  14. $Modified
  15.     1S2S3S
  16. $TITLE$FormPrivs$FormUsers$Body$Flags$Class$Modified$Comment$AssistTrigger$AssistType$AssistFlags$UpdatedBy$$FormScript_O
  17.     0SL1S3724
  18. $TITLE
  19. CN=Dave Newbold/O=Iris
  20. ##########################################################
  21. URLDoclinkURLDoclink
  22. URLDoclink
  23. CN=Winnie Liang/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###################
  24. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################
  25. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################
  26. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################
  27. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################
  28. Averaging Agent
  29. 1SfL3
  30. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes@q_
  31. #######################################################
  32. }&lemH
  33. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes######
  34. (Home)
  35. I9IIqqq
  36. CN=Paul DiCristina/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrislsR####################################################
  37. (AverageRating)z
  38. URLRating$Conflict$REF
  39. Person Rating Form
  40. average
  41.     L1S2S3S4S5S6S1
  42. URLURLRatingRating&
  43. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##############
  44. ##########################################################
  45. ##########################################################
  46. O=Lotus Notes
  47. O=Lotus Notes
  48. PURSAFO
  49. |.:#U
  50. O=Lotus Notes
  51. CN=Lotus Notes Template Development/O=Lotus Notes
  52. PURSAFO
  53. Fde!f^^
  54. $ACLDigest
  55. O=Lotus Notes
  56. O=Lotus Notes
  57. PURSAFO
  58. |.:#U
  59. O=Lotus Notes
  60. CN=Lotus Notes Template Development/O=Lotus Notes
  61. PURSAFO
  62. Fde!f^^
  63. $TITLE
  64. $INFO
  65. $BODY
  66. O=Lotus Notes
  67. O=Lotus Notes
  68. PURSAFO
  69. |.:#U
  70. O=Lotus Notes
  71. CN=Lotus Notes Template Development/O=Lotus Notes
  72. PURSAFO
  73. Fde!f^^
  74. sZ%!ZM}
  75. $Flags
  76. O=Lotus Notes
  77. O=Lotus Notes
  78. PURSAFO
  79. |.:#U
  80. O=Lotus Notes
  81. CN=Lotus Notes Template Development/O=Lotus Notes
  82. PURSAFO
  83. Fde!f^^
  84. sZ%!ZM}
  85. %z.@M
  86. &rwe6
  87. $Flags
  88. O=Lotus Notes
  89. O=Lotus Notes
  90. PURSAFO
  91. |.:#U
  92. O=Lotus Notes
  93. CN=Lotus Notes Template Development/O=Lotus Notes
  94. PURSAFO
  95. Fde!f^^
  96. sZ%!ZM}
  97. $Flags
  98. O=Lotus Notes
  99. O=Lotus Notes
  100. PURSAFO
  101. |.:#U
  102. O=Lotus Notes
  103. CN=Lotus Notes Template Development/O=Lotus Notes
  104. PURSAFO
  105. Fde!f^^
  106. sZ%!ZM}
  107. waEK}=I
  108. $Flags
  109. '++LotusScript Development Environment:2:5:(Options):0:66
  110. '++LotusScript Development Environment:2:5:(Forward):0:1
  111. Declare Sub Initialize
  112. '++LotusScript Development Environment:2:5:(Declarations):0:2
  113. '++LotusScript Development Environment:2:2:Initialize:1:10
  114. Sub Initialize
  115.      
  116. REM =============Average agent declarations ================
  117.      
  118.      Dim s As New NotesSession
  119.      Dim db As NotesDatabase
  120.      Dim HidView As NotesView
  121.      Dim AveView As NotesView
  122.      Dim CurDoc As NotesDocument
  123.      Dim NextDoc As Notesdocument
  124.      Dim LastDoc As Notesdocument
  125.      Dim SumRating As Integer
  126.      Dim AveRating As Double
  127.      Dim TotalRating As Integer
  128.      Dim CurURL As String
  129.      Dim NextURL As String
  130.      Dim AveCol As NotesDocumentCollection
  131.      Dim cutoff As New NotesDateTime("12/01/94")
  132.      Dim x As Integer
  133.      Dim allratings As notesdocumentcollection
  134.      
  135.      
  136.      REM  ============  Rating Invalidation Declarations ============
  137.      
  138.      Dim RatingsCol As NotesDocumentCollection
  139.      Dim RatingDoc As NotesDocument
  140.      Dim HtmlDoc As NotesDocument
  141.      Dim n As Integer
  142.      Dim RatingURL As String
  143.      Dim HtmlURL As String
  144.      Dim RatingDateStr As String
  145.      Dim LastModifiedStr As String
  146.      Dim RatingDate As Variant
  147.      Dim LastModified As Variant
  148.      Dim Ratingfield As Variant
  149.      Dim adminview As NotesView
  150.      Dim admindoc As NotesDocument
  151.      Dim refresh As Variant
  152.      Dim dt As NotesDateTime
  153.      Dim URLdoclink As NotesRichTextItem
  154.      Dim RefreshDoc As NotesDocument
  155.      
  156.      
  157.      Set db = s.CurrentDatabase
  158.      Set allratings = db.Search("Select form = ""Person Rating Form""", cutoff, 0)
  159.      
  160.      '/*  
  161.      '**    Verify that there are ratings documents in the database
  162.      '*/
  163.      
  164.      If allratings.count <> 0 Then
  165.           
  166.           
  167.           Set AveCol = db.Search("SELECT Form = ""Person Rating Form"" & average != """"", cutoff, 0)
  168.           Set AveView = db.GetView("(AverageRating)")
  169.           Call AveView.Refresh()
  170.           
  171.           '/*  
  172.           '**     This is initialization code.  Topten is a flag that notifies the top rating view if the rating document
  173.           '**     for a URL is one of the top rated pages.  When recalculating the average ratings and reselecting the
  174.           '**     top ten, topten needs to be reset to empty.  Also, the field, average, is reset to empty.
  175.           '*/
  176.           
  177.           If AveCol.Count <> 0  Then
  178.                For j=1 To avecol.count
  179.                     
  180.                     Set CurDoc = AveCol.GetNthDocument(j)
  181.                     CurDoc.topten = ""
  182.                     CurDoc.average = ""
  183.                     Call CurDoc.Save(True, False)
  184.                     
  185.                Next          
  186.           End If 
  187.           
  188.           Set allratings = db.Search("Select form = ""Person Rating Form"" & Rating != """"", cutoff, 0)
  189.           
  190.           REM Here is the code that does the actually averaging.
  191.           
  192.           REM This if-statements makes sure that there are ratings before the agents tries
  193.           REM to average.
  194.           
  195.           If allratings.count <> 0 Then
  196.                
  197.           REM We need to get a list of all the URLs in the database that have
  198.           REM been rated.  We get an alphabetically ordered list of those URLs from
  199.           REM the hidden view, (AllRating).
  200.                
  201.                
  202.                Set HidView = db.GetView("(AllRating)")
  203.                Set CurDoc = HidView.GetFirstDocument()
  204.                Set LastDoc = HidView.GetLastDocument()
  205.                RatingField = CurDoc.GetItemValue("Rating")
  206.                
  207. REM Need to initialize the variable, SumRating, TotalRating, and AveRating.
  208. REM These variable keep running totals for each rated URL so every time
  209. REM a new URL is being averaged, these variables need to be reset.  SumRating
  210. REM keeps a running sum of all the ratings for a URL.  TotalRatings keeps
  211. REM a running total of the number of people who have rated a URL.  AveRating
  212. REM is the average rating of one URL.
  213.                
  214. REM Some of the recommended documents has no ratings.  The documents are 
  215. REM automatically made by agents. They are not counted into the average rating.     
  216.                
  217.                If Cstr(RatingField(0)) <> "" Then
  218.                     SumRating = Cint(Ratingfield(0))
  219.                     TotalRating = 1
  220.                     AveRating = 0
  221.                Else
  222.                     SumRating = 0
  223.                     TotalRating = 0
  224.                     AveRating = 0
  225.                End If
  226.                
  227. REM This loop goes through each rated URL and find the average for each.
  228.                
  229.                While CurDoc.NoteID <> LastDoc.NoteID
  230.                     
  231.                     Set NextDoc = HidView.GetNextDocument(CurDoc)
  232.                     RatingField = CurDoc.GetItemValue("URL")
  233.                     CurURL = Cstr(RatingField(0))
  234.                     
  235.                     RatingField = NextDoc.GetItemValue("URL")
  236.                     NextURL = Cstr(RatingField(0))
  237.                     
  238. REM Since, in the HidView, the URLs are ordered alphabetically, all the URLs
  239. REM that are the same will be grouped together.  So, when going through
  240. REM the URLs in order from the view, once we find a URL different than the
  241. REM previous one retrieved, we know we have to start a new average 
  242. REM calculation.  When  new URL is reached, an average rating is calculated
  243. REM and the value found is placed into the average field in the last rating 
  244. REM document that had the previous URL.  If a new URL is not reached, then 
  245. REM we just add its rating to the running sum, SumRating, and increment 
  246. REM TotalRating by one.
  247.                     
  248.                     
  249.                     If CurURL = NextURL Then
  250.                          RatingField = NextDoc.GetItemValue("Rating")
  251.                          If Cint(RatingField(0)) <>0 Then
  252.                               SumRating = SumRating + Cint(RatingField(0))
  253.                               TotalRating = TotalRating + 1
  254.                               Set CurDoc = NextDoc
  255.                          Else
  256.                               Set CurDoc = NextDoc
  257.                          End If
  258.                          
  259.                     Else
  260.                          
  261. REM Only if people rated a URL can we find an average rating for the URL.  This
  262. REM if statement checks to make sure that the URL did have ratings.
  263.                          
  264.                          If TotalRating <> 0 Then
  265.                               AveRating = SumRating / TotalRating
  266.                               
  267.         REM In general, the more people who rate a Web page, then
  268.         REM the URL is probably a good one.  Therefore, in this
  269.         REM code, if 6 or more people have rated a URL, then
  270.         REM the average rating of the URL is increased by 1.  If 3 
  271.         REM or more people rate a URL, then the average rating of the
  272.         REM URL is increased by 0.5. 
  273.                               
  274.                               
  275.                               If TotalRating >= 6 Then
  276.                                    AveRating = AveRating + 1
  277.                               Elseif TotalRating >= 3 Then
  278.                                    AveRating = AveRating + 0.5
  279.                               End If
  280.                               
  281.                               CurDoc.average = Cstr(Round(AveRating, 1))
  282.                               CurDoc.number = Cstr(TotalRating)
  283.                               Call CurDoc.Save(True,False)
  284.                               Set CurDoc = NextDoc 
  285.                               RatingField = CurDoc.GetItemValue("Rating")
  286.                               
  287.       REM Again, as above, because we are starting to calculate 
  288.       REM a new average, initialization is needed.
  289.                               
  290.                               
  291.                               If Cstr(RatingField(0)) <> "" Then
  292.                                    SumRating = Cint(RatingField(0))
  293.                                    TotalRating = 1
  294.                                    AveRating = 0
  295.                               Else
  296.                                    SumRating = 0
  297.                                    TotalRating = 0
  298.                                    AveRating = 0
  299.                               End If
  300.                               
  301.                          Else
  302.                               
  303.          REM If the total number of people who have rated the URL
  304.          REM is zero, then we just get the next URL and start
  305.          REM a new average calculation.
  306.                               
  307.                               
  308.                               Set CurDoc = NextDoc 
  309.                               RatingField = CurDoc.GetItemValue("Rating")
  310.                               
  311.          REM Again, initalization code...
  312.                               
  313.                               If Cstr(RatingField(0)) <> "" Then
  314.                                    SumRating = Cint(RatingField(0))
  315.                                    TotalRating = 1
  316.                                    AveRating = 0
  317.                               Else
  318.                                    SumRating = 0
  319.                                    TotalRating = 0
  320.                                    AveRating = 0
  321.                               End If
  322.                          End If
  323.                          
  324.                     End If
  325.                     
  326.                Wend
  327.                
  328. REM Because the way the loop is structured, when we reach the last URL in 
  329. REM the view, an average is not calculated.  So, this code is needed to
  330. REM calculate the average for the last URL.  
  331.                
  332.                If TotalRating <> 0 Then
  333.                     AveRating = SumRating / TotalRating
  334.                     
  335.                     If TotalRating >= 6 Then
  336.                          AveRating = AveRating + 1
  337.                     Elseif TotalRating >= 3 Then
  338.                          AveRating = AveRating + 0.5
  339.                     End If
  340.                     
  341.                     CurDoc.average = Cstr(AveRating)
  342.                     CurDoc.number = Cstr(TotalRating)
  343.                     Call CurDoc.Save(True, False)
  344.                End If
  345.                
  346. REM Now, take the first 10 ratings from the ($AverageRating) and set their
  347. REM topten field to 1 so that the Top Rating View will display those
  348. REM ratings in its view.           
  349.                
  350.                Call AveView.Refresh()
  351.                Set AveCol = db.Search("SELECT Form = ""Person Rating Form"" & average != """"", cutoff, 0)
  352.                If AveCol.Count <> 0  Then
  353.                     
  354.                     Set CurDoc = AveView.GetFirstDocument()
  355.                     Set LastDoc = AveView.GetLastDocument
  356.                     
  357.                     For x = 2 To 11
  358.                          
  359.                          CurDoc.topten = "1"
  360.                          Call CurDoc.Save(True, False)
  361.                          If CurDoc.NoteID = LastDoc.NoteID Then
  362.                               Exit For
  363.                          Else
  364.                               Set CurDoc = AveView.GetNthDocument(x)
  365.                          End If
  366.                     Next
  367.                End If 
  368.                
  369.           End If
  370.           
  371.           
  372.           
  373.      End If          
  374. End Sub
  375. H    H    T
  376. ,x    }\
  377. ,x    }\
  378. O=Lotus Notes
  379. O=Lotus Notes
  380. PURSAFO
  381. |.:#U
  382. O=Lotus Notes
  383. CN=Lotus Notes Template Development/O=Lotus Notes
  384. PURSAFO
  385. Fde!f^^
  386. $TITLE
  387. $AssistType
  388. $AssistLastRun
  389. $AssistDocCount
  390. $AssistFlags
  391. $AssistTrigger
  392. $AssistInfo
  393. $AssistQuery
  394. $AssistAction
  395. $AssistAction_Ex
  396. $Flags
  397. Times New Roman
  398. &Arial
  399. Using Server
  400. Web Navigator 4.5
  401.   @  
  402.  @@ @
  403.  `@ `
  404. @ @@ 
  405. @@@@@
  406. @`@@`
  407. ` @` 
  408. `@@`@
  409. ``@``
  410. The Server Web Navigator database is designed to allow you to access information on the World Wide Web.  For more information on using the Server Web Navigator database, click the User's Guide icon on the Home navigator.
  411. Types of documents
  412. There are three types of documents in the Server Web Navigator database:
  413. Web page
  414.  -- A Web page is a document that the Web Navigator retrieves from an Internet server and translates into a Notes document.  The Web pages can contain HTML documents, FTP file attachments or Gopher menu lists.  Web pages usually contain links that you can click to jump to other Web pages.  Most of the documents in the database are Web pages. 
  415. Web Tour document
  416.  -- A Web Tour is a Notes document that contains the saved history list of Web pages you have previously opened.  You can create Web Tours and re-open them later.  Web Tours are stored inside the database for anyone to use.
  417. Rating document
  418.  -- A rating document is a Notes document that appears in one of the Recommended views available from the Recommended navigator (see below).  You use rating documents to find out which Web pages your coworkers have recommended. 
  419. Views and folders
  420. The Web Navigator has been designed with built-in graphical navigators to help you locate documents in the database, as well as to help you browse the Web.  When you first open the Web Navigator database, you will see the Home navigator.  
  421. From the 
  422. Home navigator
  423. , click these icons:
  424. Sampler icons -- Displays hot lists of Web pages categorized by topic.
  425. Database views -- Displays the View navigator (see below).
  426. Recommended -- Displays the Recommended navigator (see below).
  427. Directory Search -- Opens a search form that allows you to perform searches using several Internet search engines.
  428. Open URL -- Opens the Open URL dialog box where you can open Web pages by specifying their URL.
  429. User's Guide -- Opens the Web Navigator User's Guide.
  430. Our Home - Opens your company's home page, if one exists.
  431. From the
  432. View navigator
  433. , click these buttons:
  434. My Bookmarks --Displays the contents of your personal "My Bookmarks" folder.  You can also drag and drop Web pages onto this icon to add a link to your Bookmarks folder.
  435. Folders --  Displays the traditional folders in the folder pane instead of the View navigator.
  436. All Documents -- Displays all the public Web pages in this database.
  437. By Host -- Displays all the public Web pages sorted by their host site.
  438. File Archive -- Displays all the public Web pages with file attachments.
  439. Web Tours -- Displays all the saved Web Tour documents.
  440. Recommended -- Displays the Recommended navigator (see below).
  441. Back to Home -- Displays the Home navigator.
  442. From the
  443. Recommended navigator
  444. , click these buttons:
  445. By Category --  Displays the rating documents sorted by the categories the reviewer chose in the Recommendation dialog box.  This view is useful for finding pages under specific topics.
  446. By Reviewer -- Displays the rating documents sorted by the name of the reviewer.  This view is useful if you want to know what pages a particular person recommended.
  447. Top Ten -- Displays the top ten pages with the highest cumulative ratings.  This view is useful for seeing the top-rated Web pages.
  448. Database views -- Displays the View navigator.
  449. Back to Home -- Displays the Home navigator.
  450. O=Lotus Notes
  451. O=Lotus Notes
  452. PURSAFO
  453. |.:#U
  454. O=Lotus Notes
  455. CN=Lotus Notes Template Development/O=Lotus Notes
  456. PURSAFO
  457. Fde!f^^
  458. $INFO
  459. $BODY
  460. Recommended\By Reviewer@
  461. invalid
  462.     3S4S6S8S9S
  463. Author
  464.     0S0E
  465. $35$36ContentTitleRatingComments$Conflict$REF
  466. Person Rating Form
  467. Author
  468. Rating
  469.     L1S2S3S4S5S6S7S8S9S10S11S1+
  470. $36ContentRating
  471. invalid
  472.     3S4S6S8S9S
  473. Author
  474.     0S0E
  475. ContentTitleTitleRatingRatingCommentsComments&
  476. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#####
  477. By Host| Main Viewp
  478.     6S9S
  479. $32Title$Conflict
  480. HTMLForm
  481. $Title
  482. HTMLFormDoc
  483. Guided Tour
  484. Privacy_Flags
  485. PrivatePage
  486. DeferredObject
  487. Status
  488. httpstatus
  489. httpstatus
  490.     L1S20S30S1
  491.  $32Host2
  492.     6S9S
  493. TitleDocument Title&
  494. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes################
  495. (Opinions)
  496. URLtitle$34Comments$Conflict$REF
  497. Opinion Form
  498.     L1S2S3S1$
  499. URLtitleComments
  500. URLtitle
  501. URLtitle
  502. Comments
  503. Comments
  504.  URLtitleDate$34Type(
  505. CommentsResource Name&
  506. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes
  507. ##########################################################
  508. HTMLFormDCEDEE23F754A7DE82DC7DE7D6F2C05E9A
  509. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus NotesDCB704CD1504800A73571DEA5B447D5C67843E4301C6054E658E2C2D65E5AC9DCN=Lotus Notes Template Development/O=Lotus Notes########################
  510. ##########################################################
  511. Categori_zeK
  512. _Edit Document
  513. Send Docu_ment
  514. _Open URL
  515. _Home
  516. WebFolders
  517.     0S0E
  518. (Home)
  519.     0S0E
  520. _Directory Search
  521. Search
  522.     0S0E
  523. _Forward
  524. _Move to Folder...
  525. _Remove from Folder...    
  526. Home NavigatorX
  527. WebFolders
  528.     0S0E
  529. (Home)
  530.     0S0E
  531. WebFolders|
  532.     0S0E
  533. Views NavigatorKb
  534. WebFolders
  535.     0S0E
  536. (All Documents)
  537.     0S0E
  538. WebFolders|
  539.     0S0E
  540. Recommended Navigator
  541. WebFolders
  542.     0S0E
  543. (Recommended)
  544.     0S0E
  545. WebFolders|
  546.     0S0E
  547. O=Lotus Notes
  548. O=Lotus Notes
  549. PURSAFO
  550. |.:#U
  551. O=Lotus Notes
  552. CN=Lotus Notes Template Development/O=Lotus Notes
  553. PURSAFO
  554. Fde!f^^
  555. $TITLE
  556. $Index
  557. $Formula
  558. $FormulaClass
  559. $VIEWFORMAT
  560. $Comment
  561. $ACTIONS
  562. Categori_zeK
  563. _Edit Document
  564. Send Docu_ment
  565. _Open URL
  566. _Home
  567. WebFolders
  568.     0S0E
  569. (Home)
  570.     0S0E
  571. _Directory Search
  572. Search
  573.     0S0E
  574. _Forward
  575. _Move to Folder...
  576. _Remove from Folder...    
  577. Home NavigatorX
  578. WebFolders
  579.     0S0E
  580. (Home)
  581.     0S0E
  582. WebFolders|
  583.     0S0E
  584. Views NavigatorKb
  585. WebFolders
  586.     0S0E
  587. (All Documents)
  588.     0S0E
  589. WebFolders|
  590.     0S0E
  591. Recommended Navigator
  592. WebFolders
  593.     0S0E
  594. (Recommended)
  595.     0S0E
  596. WebFolders|
  597.     0S0E
  598. O=Lotus Notes
  599. O=Lotus Notes
  600. PURSAFO
  601. |.:#U
  602. O=Lotus Notes
  603. CN=Lotus Notes Template Development/O=Lotus Notes
  604. PURSAFO
  605. Fde!f^^
  606. $TITLE
  607. $Index
  608. $Formula
  609. $FormulaClass
  610. $VIEWFORMAT
  611. $Comment
  612. $ACTIONS
  613. Categori_zeK
  614. _Edit Document
  615. Send Docu_ment
  616. _Forward
  617. Home(
  618.     0S0E
  619. AdministrationH
  620. WebAdmin
  621.     0R4S
  622. NewsgroupsJ
  623. internet.nsf
  624.     0S0E
  625. _Move to Folder...    
  626. _Remove from Folder...
  627. O=Lotus Notes
  628. O=Lotus Notes
  629. PURSAFO
  630. |.:#U
  631. O=Lotus Notes
  632. CN=Lotus Notes Template Development/O=Lotus Notes
  633. PURSAFO
  634. Fde!f^^
  635. $TITLE
  636. $Index
  637. $Formula
  638. $FormulaClass
  639. $VIEWFORMAT
  640. $Comment
  641. $ACTIONS
  642. Categori_zeK
  643. _Edit Document
  644. Send Docu_ment
  645. _Forward
  646. Home(
  647.     0S0E
  648. AdministrationH
  649. WebAdmin
  650.     0R4S
  651. NewsgroupsJ
  652. internet.nsf
  653.     0S0E
  654. _Move to Folder...    
  655. _Remove from Folder...
  656. O=Lotus Notes
  657. O=Lotus Notes
  658. PURSAFO
  659. |.:#U
  660. O=Lotus Notes
  661. CN=Lotus Notes Template Development/O=Lotus Notes
  662. PURSAFO
  663. Fde!f^^
  664. 8+U5u
  665. $TITLE
  666. $Index
  667. $Formula
  668. $FormulaClass
  669. $VIEWFORMAT
  670. $Comment
  671. $ACTIONS
  672. Recommended\Top Ratings|Top Ratings
  673. Titleaveragenumber$Conflict$REF
  674. Person Rating Form
  675. average
  676. topten
  677. Rating
  678.     L1S2S3S4S5S6S7S8S9S10S11S12S13S14S15S1!
  679. averagenumber
  680. TitleDocument TitleaverageAveragenumber# of ratings&
  681. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###############################################
  682. Web Tours
  683. Tour_Author
  684.     0S0E
  685. TitleTour_Date$35$Conflict$REF
  686. Guided Tour
  687.     L1S1
  688. Title$35
  689. Title
  690. Title
  691. Tour_Date
  692. Tour_Date
  693. TitleTitleTour_DateDate$35Author6
  694. Tour_Author
  695.     0S0E
  696. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#####################
  697. Web TourGuided TourDH
  698. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes#########################
  699. SearchSearchCD
  700. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#####
  701. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes######
  702. (Home)G3
  703. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes##############
  704. File Archive|File Archive/O
  705. $44NULL$42$Conflict
  706. PrivatePage
  707. Privacy_Flags
  708.     L1S13S
  709. $44$42
  710. $44$42
  711. $44$42
  712.  $44File Name
  713. NULL$42File Size
  714. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes############################
  715. ##########################################################
  716. ##########################################################
  717. Categori_zeK
  718. _Edit Document
  719. Send Docu_ment
  720. _Open URL
  721. _Home
  722. WebFolders
  723.     0S0E
  724. (Home)
  725.     0S0E
  726. _Directory Search
  727. Search
  728.     0S0E
  729. _Forward
  730. _Move to Folder...
  731. _Remove from Folder...    
  732. Home NavigatorX
  733. WebFolders
  734.     0S0E
  735. (Home)
  736.     0S0E
  737. WebFolders|
  738.     0S0E
  739. Views NavigatorKb
  740. WebFolders
  741.     0S0E
  742. (All Documents)
  743.     0S0E
  744. WebFolders|
  745.     0S0E
  746. Recommended Navigator
  747. WebFolders
  748.     0S0E
  749. (Recommended)
  750.     0S0E
  751. WebFolders|
  752.     0S0E
  753. O=Lotus Notes
  754. O=Lotus Notes
  755. PURSAFO
  756. |.:#U
  757. O=Lotus Notes
  758. CN=Lotus Notes Template Development/O=Lotus Notes
  759. PURSAFO
  760. Fde!f^^
  761. $TITLE
  762. $Index
  763. $Formula
  764. $FormulaClass
  765. $VIEWFORMAT
  766. $Comment
  767. $ACTIONS
  768. Categori_zeK
  769. _Edit Document
  770. Send Docu_ment
  771. _Open URL
  772. _Home
  773. WebFolders
  774.     0S0E
  775. (Home)
  776.     0S0E
  777. _Directory Search
  778. Search
  779.     0S0E
  780. _Forward
  781. _Move to Folder...
  782. _Remove from Folder...    
  783. Home NavigatorX
  784. WebFolders
  785.     0S0E
  786. (Home)
  787.     0S0E
  788. WebFolders|
  789.     0S0E
  790. Views NavigatorKb
  791. WebFolders
  792.     0S0E
  793. (All Documents)
  794.     0S0E
  795. WebFolders|
  796.     0S0E
  797. Recommended Navigator
  798. WebFolders
  799.     0S0E
  800. (Recommended)
  801.     0S0E
  802. WebFolders|
  803.     0S0E
  804. O=Lotus Notes
  805. O=Lotus Notes
  806. PURSAFO
  807. |.:#U
  808. O=Lotus Notes
  809. CN=Lotus Notes Template Development/O=Lotus Notes
  810. PURSAFO
  811. Fde!f^^
  812. z<&;X;
  813. g?~wC
  814. $TITLE
  815. $Index
  816. $Formula
  817. $FormulaClass
  818. $VIEWFORMAT
  819. $Comment
  820. $ACTIONS
  821. WebRefreshFailed
  822. Refresh of 
  823. Title
  824.  failed
  825. Title
  826. Host"
  827.     3S4S9S10S15S16S
  828. &Arial
  829. '++LotusScript Development Environment:2:5:(Options):0:66
  830. Option Public
  831. '++LotusScript Development Environment:2:5:(Forward):0:1
  832. Declare Sub Initialize
  833. '++LotusScript Development Environment:2:5:(Declarations):0:2
  834. '++LotusScript Development Environment:2:2:Initialize:1:10
  835. Sub Initialize
  836.      
  837. End Sub
  838. HTMLForm'
  839.                                                                                                                                                                                         
  840. Title:
  841. Title
  842. Title
  843. You must enter a subject for your document.
  844. Title
  845.                         
  846. URL:    
  847. Stub/Status:
  848. HTTPStatus
  849. Type:        
  850. Host:        
  851.             File Name:    
  852.     0S0E
  853. FileName
  854. SaveOptions
  855. Subject
  856. Subject
  857.     1S2S3S
  858. Subject
  859. Title
  860. Subject
  861.                                                                                                                                                                                         
  862. _Homej0
  863. (Home)
  864.     0S0E
  865. _Open
  866.     0S0E
  867.     0S0E
  868.     0S0E
  869. H_istory 
  870.     0S0E
  871. _Search
  872. Search Internet server
  873. $Index
  874.     8S9S10S11S
  875. $IndexY
  876.     0S0E
  877.     0S0E
  878. _Reload
  879.     0S0E
  880. '++LotusScript Development Environment:2:5:(Options):0:66
  881. '++LotusScript Development Environment:2:5:(Forward):0:1
  882. Declare Sub Click(Source As Button)
  883. '++LotusScript Development Environment:2:5:(Declarations):0:2
  884. '++LotusScript Development Environment:2:2:BindEvents:1:129
  885. Private Sub BindEvents(Byval Objectname_ As String)
  886.      Static Source As BUTTON
  887.      Set Source = Bind(Objectname_)
  888.      On Event Click From Source Call Click
  889. End Sub
  890. '++LotusScript Development Environment:2:2:Click:1:12
  891. Sub Click(Source As Button)
  892.      
  893.      Dim w As New NotesUIWorkspace
  894.      Dim uidoc As NotesUIDocument
  895.      Dim s As New NotesSession
  896.      Dim doclocal As notesdocument
  897.      Dim db As NotesDatabase
  898.      Set db = s.CurrentDatabase
  899.      Dim PersonDoc As New NotesDocument(db)
  900.      Dim URLtitle As String
  901.      Dim URLname As String
  902.      Dim Content As String
  903.      Dim rating As String
  904.      Dim Word As String
  905.      Dim Comments As String
  906.      Dim Author As String
  907.      Dim RatingDate As String
  908.      Dim rtitem As NotesRichTextItem
  909.      
  910.      Set uidoc = w.CurrentDocument
  911.      Set doclocal = uidoc.document
  912.      
  913.      
  914. beginagain:            If( w.DialogBox("Opinion Form Layout",True, True, "Recommendation")) Then
  915.           Call doclocal.save(True, True)
  916.           If doclocal.Rating(0)<>"" Then
  917.                Rating = doclocal.Rating(0)
  918.                URLtitle = doclocal.Title(0)
  919.                URLname = doclocal.URL(0)
  920.                Content = doclocal.Content(0)
  921.                Rating = doclocal.Rating(0)
  922.                Word = doclocal.getitemvalue("Word_Repr.")(0)
  923.                Comments = doclocal.Comments(0)
  924.                Author = doclocal.Author(0)
  925.                RatingDate = doclocal.RatingDate(0)
  926.                
  927.                doclocal.removeitem "Rating"
  928.                doclocal.removeitem "Word_Repr."
  929.                doclocal.removeitem "Content"
  930.                doclocal.removeitem "Comments"
  931.                doclocal.removeitem "Author"
  932.                doclocal.removeitem"RatingDate"
  933.                
  934.                PersonDoc.AppendItemValue "Form", "Person Rating Form"
  935.                PersonDoc.AppendItemValue "Title", URLtitle
  936.                PersonDoc.AppendItemValue "URL", URLname
  937.                PersonDoc.AppendItemValue "Content", Content
  938.                PersonDoc.AppendItemValue "Rating", Rating
  939.                PersonDoc.AppendItemValue "Word_Repr.",Word
  940.                PersonDoc.AppendItemValue "Comments", Comments
  941.                PersonDoc.AppendItemValue "Author", Author
  942.                PersonDoc.AppendItemValue "RatingDate", RatingDate
  943.                PersonDoc.Save True,False
  944.                Print "Finished making a rating."
  945.                Print "Check 'Recommended' View of this database to see rating"
  946.                
  947.           Else
  948.                
  949.                Msgbox "Unable to create rating document.  No rating specified." 
  950.                Goto beginagain
  951.                
  952.           End If
  953.      Else
  954.           Exit Sub
  955.      End If
  956. End Sub
  957. Re_commend'++LotusScript Development Environment:2:5:(Options):0:66
  958. '++LotusScript Development Environment:2:5:(Forward):0:1
  959. Declare Sub Click(Source As Button)
  960. '++LotusScript Development Environment:2:5:(Declarations):0:2
  961. '++LotusScript Development Environment:2:2:BindEvents:1:129
  962. Private Sub BindEvents(Byval Objectname_ As String)
  963.      Static Source As BUTTON
  964.      Set Source = Bind(Objectname_)
  965.      On Event Click From Source Call Click
  966. End Sub
  967. '++LotusScript Development Environment:2:2:Click:1:12
  968. Sub Click(Source As Button)
  969.      
  970.      Dim w As New NotesUIWorkspace
  971.      Dim uidoc As NotesUIDocument
  972.      Dim s As New NotesSession
  973.      Dim doclocal As notesdocument
  974.      Dim db As NotesDatabase
  975.      Set db = s.CurrentDatabase
  976.      Dim PersonDoc As New NotesDocument(db)
  977.      Dim URLtitle As String
  978.      Dim URLname As String
  979.      Dim Content As String
  980.      Dim rating As String
  981.      Dim Word As String
  982.      Dim Comments As String
  983.      Dim Author As String
  984.      Dim RatingDate As String
  985.      Dim rtitem As NotesRichTextItem
  986.      
  987.      Set uidoc = w.CurrentDocument
  988.      Set doclocal = uidoc.document
  989.      
  990.      
  991. beginagain:            If( w.DialogBox("Opinion Form Layout",True, True, "Recommendation")) Then
  992.           Call doclocal.save(True, True)
  993.           If doclocal.Rating(0)<>"" Then
  994.                Rating = doclocal.Rating(0)
  995.                URLtitle = doclocal.Title(0)
  996.                URLname = doclocal.URL(0)
  997.                Content = doclocal.Content(0)
  998.                Rating = doclocal.Rating(0)
  999.                Word = doclocal.getitemvalue("Word_Repr.")(0)
  1000.                Comments = doclocal.Comments(0)
  1001.                Author = doclocal.Author(0)
  1002.                RatingDate = doclocal.RatingDate(0)
  1003.                
  1004.                doclocal.removeitem "Rating"
  1005.                doclocal.removeitem "Word_Repr."
  1006.                doclocal.removeitem "Content"
  1007.                doclocal.removeitem "Comments"
  1008.                doclocal.removeitem "Author"
  1009.                doclocal.removeitem"RatingDate"
  1010.                
  1011.                PersonDoc.AppendItemValue "Form", "Person Rating Form"
  1012.                PersonDoc.AppendItemValue "Title", URLtitle
  1013.                PersonDoc.AppendItemValue "URL", URLname
  1014.                PersonDoc.AppendItemValue "Content", Content
  1015.                PersonDoc.AppendItemValue "Rating", Rating
  1016.                PersonDoc.AppendItemValue "Word_Repr.",Word
  1017.                PersonDoc.AppendItemValue "Comments", Comments
  1018.                PersonDoc.AppendItemValue "Author", Author
  1019.                PersonDoc.AppendItemValue "RatingDate", RatingDate
  1020.                PersonDoc.Save True,False
  1021.                Print "Finished making a rating."
  1022.                Print "Check 'Recommended' View of this database to see rating"
  1023.                
  1024.           Else
  1025.                
  1026.                Msgbox "Unable to create rating document.  No rating specified." 
  1027.                Goto beginagain
  1028.                
  1029.           End If
  1030.      Else
  1031.           Exit Sub
  1032.      End If
  1033. End Sub
  1034. _Forward
  1035. _Bookmarks
  1036. Save to...
  1037. Categori_ze 
  1038. _Edit Document
  1039. Send Docu_ment
  1040. _Remove from Folder...
  1041. Add to Category View'++LotusScript Development Environment:2:5:(Options):0:66
  1042. '++LotusScript Development Environment:2:5:(Forward):0:1
  1043. Declare Sub Click(Source As Button)
  1044. Declare Sub Initialize
  1045. '++LotusScript Development Environment:2:5:(Declarations):0:10
  1046. '********************************
  1047. 'Notes Objects
  1048. '********************************
  1049. Dim w As NOTESUIWORKSPACE
  1050. Dim uidoc As NOTESUIDOCUMENT
  1051. Dim s As NOTESSESSION
  1052. Dim db As NOTESDATABASE
  1053. Dim doc As NOTESDOCUMENT
  1054. Dim launchDoc As NOTESDOCUMENT
  1055. Dim Comments As Variant
  1056. Dim URLstring As Variant
  1057. Dim Content As Variant
  1058. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1059. Private Sub BindEvents(Byval Objectname_ As String)
  1060.      Static Source As BUTTON
  1061.      Set Source = Bind(Objectname_)
  1062.      On Event Click From Source Call Click
  1063. End Sub
  1064. '++LotusScript Development Environment:2:2:Click:1:12
  1065. Sub Click(Source As Button)
  1066.      
  1067.    '********************************************************
  1068.    'The Following Code creates a Categorized 
  1069.    'URL Launch document.
  1070.    'NOTE: Object and Variable declaration are made in Form globals
  1071.    '******************************************************
  1072.      
  1073.      Set uidoc = w.CURRENTDOCUMENT                                        'Current HTML Document Object
  1074.      Set launchDoc = New NOTESDOCUMENT(db)                           'Create New Category Document Object
  1075.      Set doc = uidoc.document
  1076.      uidoc.EditMode= True                                                                    'Document must be in edit mode so dialogbox can update.
  1077.      
  1078.      If uidoc.editmode = True Then
  1079.           Call doc.replaceitemvalue("Comments", uidoc.FieldGetText("Title"))   'Set default value for comments field on Dialogbox
  1080.           
  1081.           Call w.DialogBox("Category Layout",True, True)
  1082.           
  1083.           'The next five lines populate a new category document via dialogbox input and save it.
  1084.           
  1085.           Call launchdoc.appenditemvalue("Form", "Launch URL")                                       
  1086.           Call launchdoc.appenditemvalue("Comments", doc.Getitemvalue("Comments"))
  1087.           Call LaunchDoc.AppendItemValue("URL",doc.getitemvalue("URL"))
  1088.           Call LaunchDoc.AppendItemValue("Content", doc.getitemvalue("Content"))
  1089.           Call LaunchDoc.Save(True,False) 
  1090.           
  1091.          'The next  3 lines reiniatlize the contents and comments fields to spaces and save them to the document
  1092.          'These fields are temporary storage for the Dialogbox.
  1093.           
  1094.           Call doc.Replaceitemvalue("Content","")
  1095.           Call doc.Replaceitemvalue("Comments","")
  1096.           Call doc.save(True, False)
  1097.           Call uidoc.Save()
  1098.           
  1099.           uidoc.EditMode = False                      'leave the document in read mode
  1100.           
  1101.      Else
  1102.           Print "Unable to put document in Edit Mode.  Please verify your ACL rights in this database."
  1103.      End If
  1104. End Sub
  1105. '++LotusScript Development Environment:2:2:Initialize:1:8
  1106. Sub Initialize
  1107.      Set s = New NOTESSESSION
  1108.      Set db = s.CurrentDatabase
  1109.      Set w = New NOTESUIWORKSPACE
  1110. End Sub
  1111. [WebMaster]
  1112.     0S0E
  1113. $    $    $    @
  1114. ,$    }|
  1115. ,$    } 
  1116. ,$    }4
  1117. $    $    $    @
  1118. ,$    }|
  1119. ,$    } 
  1120. ,$    }4
  1121. 4    4    h
  1122. O=Lotus Notes
  1123. O=Lotus Notes
  1124. PURSAFO
  1125. |.:#U
  1126. O=Lotus Notes
  1127. CN=Lotus Notes Template Development/O=Lotus Notes
  1128. PURSAFO
  1129. Fde!f^^
  1130. kLdCZs
  1131. qWMVZ.h}y
  1132. Counter
  1133. $Hotspot0_O
  1134. Created
  1135. Expiration
  1136. Privacy_flags
  1137. Original_Date
  1138. Last_Modified
  1139. $SCRIPTOBJ_19
  1140. $SCRIPTOBJ_18
  1141. $TITLE
  1142. $INFO
  1143. $WINDOWTITLE
  1144. $Script
  1145. $$Script_O
  1146. $$ScriptName
  1147. $$FormScript
  1148. $$$FormScript_O
  1149. $BODY
  1150. $ACTIONS
  1151. $SCRIPTOBJ_8
  1152. $SCRIPTOBJ_9
  1153. $SCRIPTOBJ_17
  1154. New Tour
  1155. Web Tour:  
  1156. tour_title"
  1157.     0S0E
  1158. Bodoni Book
  1159. 5Courier New
  1160.  Guided Tour
  1161. nCnJCn
  1162. JDnDn
  1163. C    a`g`
  1164. DCDC!DCDC
  1165. stytszsts
  1166. KEDLKEJ
  1167. ststytst
  1168. tstystst
  1169. nJDg=
  1170. <C=C=C
  1171. DCDCD
  1172. nDnJn
  1173. nhnuoh
  1174. tytysytstysztytystytystyst
  1175. =C=C<
  1176. tststytst
  1177.     Chnhn
  1178. n    onKi
  1179. stststs
  1180. Cagn>
  1181. C"=D!
  1182. zszszst
  1183. <C=C=gC
  1184. hChnC
  1185. DC>CDCD
  1186. DnJDJnD)n
  1187. tstytszs
  1188. C>=g<
  1189. CDnDEK
  1190. zstyty
  1191. DC>oiDCD
  1192. ststys
  1193. ststyt
  1194. DCDCDn
  1195. nhDnDhoD
  1196. ststyt
  1197. zstst
  1198. %G%A%A%A
  1199. A%A%A
  1200. <`<`<`
  1201. ststszs
  1202. tstst
  1203. DCDnJ"Dh@
  1204. tstst
  1205. tstsz
  1206. G%A%A%A%GAq
  1207. DC>EKg@
  1208. nhnhJnK
  1209. tytst
  1210.     G%GA%GAGA
  1211. `<`<`<
  1212. ="K)>
  1213. G%A%A
  1214. `    <`<`<`<`<
  1215. %GA%G
  1216. qG%A%A%G
  1217. nD"EKD`@
  1218. styty
  1219. nC"K"=
  1220. OmIOIsO
  1221. "Cn"=
  1222. oKDnJDo
  1223. mOmIsIm
  1224. snOsIs
  1225. tststs
  1226. G&A%A%GFG
  1227. nDJhJ
  1228. msmsm
  1229. I    OImOIsImO
  1230. n    "CDC"D
  1231. sOmOIsmO
  1232. mImOms
  1233. tststs
  1234. mOmIs
  1235. OsOsm
  1236.     G%AG
  1237. %GA%GAG%GA%
  1238. mOsIs
  1239. mImIs
  1240. Osnst
  1241. A%G%G
  1242. `    <`<`<`<`<
  1243. nsmOsIs
  1244. I    HICIHIHIH
  1245. OmOsI
  1246. G%AG%G
  1247. GAG%GAG%A%A%
  1248. %AGAG
  1249. <`<`<
  1250. HIHCICIH
  1251. qGqGqGqGqG
  1252. qGq%qAqGqAqGq%qAq%qGqGqAq
  1253. qGqGq
  1254. qAq%q%
  1255. <`<`<
  1256. =ba=>hbh
  1257. nsOIs
  1258. CICHC
  1259. CIHCH
  1260. tstst
  1261. <`<`<`<
  1262. CICHC'
  1263. 'CHCH
  1264. qGqGqG
  1265. qGqGq
  1266. GqGq%qGq%qAqAqAqAq
  1267. FGqGq
  1268. qAq%q
  1269. <`<`<
  1270. B'CICH
  1271. bihC=
  1272. zsyts
  1273. HICHC'
  1274. pGqGqGqGq
  1275. qAq%q
  1276. oi?Do
  1277. ststs
  1278. HICH!
  1279. mOmsO
  1280. tstst
  1281. sytst
  1282. nOmsOm
  1283. sIsnOt
  1284. szsts
  1285. s"tsts
  1286. nOsIOm
  1287. CHIH@
  1288. AGA%AGAGAG
  1289. nsOsIOmIHCHCH
  1290. sOstst
  1291. AGF%G
  1292. D">KniD
  1293. %AG%A
  1294. G%G%A%A%
  1295. >#06KD
  1296. tsmOmIs
  1297. iKDED
  1298. oinEi
  1299. %A%A%
  1300. %AG@G
  1301. oEDKi
  1302. tsOmIs
  1303. sIsOsn
  1304. GA%AG%G@F
  1305. o)"D#K
  1306. }poRX
  1307. HCIHCIH
  1308. mOmsnst
  1309. AG%G%A
  1310. A%GAG%
  1311. GA%AG%
  1312. nsmOmOm
  1313. G%GAG%GAG
  1314. %GA%A
  1315. ystzt
  1316. ststst
  1317. nstststs
  1318. FGAG%GAG%
  1319. oE#Eo
  1320. HCIH'IH
  1321. tstst
  1322. tstst
  1323. IsOm@
  1324. nsnst
  1325. zstsz
  1326. }YKDK
  1327. msmOmOmOIm
  1328. ED#Dio
  1329. poEio
  1330. tstyt
  1331. mImOmIsIsOn
  1332. )E(Ko
  1333. OmsmOIsImImOmIOmOmOm
  1334. sytsz
  1335. %AG%G
  1336. G%G%G
  1337. tsnsmOmOmsIsOmOmIsIsIsIsI
  1338. tststs
  1339. G%A%G
  1340. tsOmsOmOmIsIsIsIs
  1341. smtst
  1342. tststs
  1343. GAG%A
  1344. vKEio
  1345. zstst
  1346. tmtstststs
  1347. G    %G%G
  1348. GAGAGA%A%GAFG
  1349. ytytsz
  1350. tststn
  1351. s zsz
  1352. pGqGq
  1353. tststststst
  1354. tstststst
  1355. tytsty
  1356. qGqGqGq
  1357. tststst
  1358. szstsz
  1359. s    tstststst
  1360. FGqGqG
  1361. )(po?E
  1362. stszs
  1363. ytstz
  1364. ytsts
  1365. t%szs
  1366. o)#(DJo
  1367. zstst
  1368. tytststs
  1369. szstytsz
  1370. stzszstsz
  1371. szstzststz
  1372. ytstszs
  1373. t    ytstztsty
  1374. stsztststy
  1375. "    K)(K
  1376. oD")o
  1377. KD#KouK"o
  1378. fffff3ff
  1379. f3ff33f3
  1380. 3ff3f33f
  1381. 33f33333
  1382. qqqqqqqq
  1383. qqqGqqqG
  1384. IIIIIIII
  1385. Title:
  1386. TitleEnter a descriptive title for your Web tour here.
  1387. Comments:
  1388. Tour_commentsAdd any descriptive comments about your Web tour here.
  1389. Tour:
  1390. Tour_URLsThis field lists the title and URL of each site on the Web tour. You may edit or rearrange the entries.
  1391. Author:        
  1392. Tour_Author
  1393.         Date:    
  1394. Tour_Date
  1395.     Type:        
  1396. Tour_Type
  1397. Categori_zeh
  1398. _Edit Document
  1399. Send Docu_ment
  1400. _Forward
  1401. _Load Tour 
  1402.     0S0E
  1403. _Move to Folder...
  1404. _Remove from Folder...
  1405. Save 
  1406.     0S0E
  1407. O=Lotus Notes
  1408. O=Lotus Notes
  1409. PURSAFO
  1410. |.:#U
  1411. O=Lotus Notes
  1412. CN=Lotus Notes Template Development/O=Lotus Notes
  1413. PURSAFO
  1414. Fde!f^^
  1415. P5&+xa
  1416. $TITLE
  1417. $INFO
  1418. $WINDOWTITLE
  1419. $$ScriptName
  1420. Tour_Date
  1421. $BODY
  1422. $ACTIONS
  1423. Internet Directory Search
  1424. Times New Roman
  1425.  Search
  1426. Internet Directory Search
  1427. Internet Directory Search
  1428. 1. Enter topic to search:
  1429. 2. Search an Internet directory by pressing button:
  1430. If you are entering multiple words, separate them with a "+" symbol
  1431. After your first search, you can repeat the search using a different directory by pressing "Esc" and returning to this form.
  1432. Search_StringEnter your search here and then select a directory to search below
  1433. search_string
  1434. Error
  1435. You must enter a topic to search!
  1436. http://search.yahoo.com/bin/search?p=
  1437. search_string
  1438. &t=on&u=on&c=on&s=a&w=s&l=100
  1439.     15R18S19S21S
  1440. search_string
  1441. Error
  1442. You must enter a topic to search!
  1443. http://lycos-tmp1.psc.edu/cgi-bin/flpursuit?query=
  1444. search_string
  1445. &matchmode=or&maxhits=100&minterms=1&minscore=0.01&terse=standard
  1446.     0S0E
  1447. search_string
  1448. Error
  1449. You must enter a topic to search!
  1450. http://www.excite.com/search.gw?search=
  1451. search_string
  1452. &collection=web
  1453.     0S0E
  1454. search_string
  1455. Error
  1456. You must enter a topic to search!
  1457. http://www.altavista.digital.com/cgi-bin/query?pg=q&q=
  1458. search_string
  1459.     0S0E
  1460. SaveOptions
  1461. O=Lotus Notes
  1462. O=Lotus Notes
  1463. PURSAFO
  1464. |.:#U
  1465. O=Lotus Notes
  1466. CN=Lotus Notes Template Development/O=Lotus Notes
  1467. PURSAFO
  1468. Fde!f^^
  1469. $TITLE
  1470. $INFO
  1471. $WINDOWTITLE
  1472. $$Script_O
  1473. $$ScriptName
  1474. $BODY
  1475. Times New Roman
  1476. About Server
  1477. Web Navigator 4.5
  1478.   @  
  1479.  @@ @
  1480.  `@ `
  1481. @ @@ 
  1482. @@@@@
  1483. @`@@`
  1484. ` @` 
  1485. `@@`@
  1486. ``@``
  1487. Welcome to the Server Web Navigator database.  The Server Web Navigator database provides you with easy access to information on the World Wide Web via a Notes server (the InterNotes server) connected to the Internet.  This database acts both as a repository for Internet documents and files that have been retrieved and as an easy entry point for exploring the Internet.
  1488. Choose "Using This Database" from the Help menu for quick tips on using this database. 
  1489. For more detailed information on using this database, click the User's Guide icon on the Home navigator.
  1490. -------------------
  1491. (Close this window to return to the database.)
  1492. O=Lotus Notes
  1493. O=Lotus Notes
  1494. PURSAFO
  1495. |.:#U
  1496. O=Lotus Notes
  1497. CN=Lotus Notes Template Development/O=Lotus Notes
  1498. PURSAFO
  1499. Fde!f^^
  1500. $INFO
  1501. $BODY
  1502. Hotspot2
  1503. WebFolders
  1504.     0S0E
  1505. (Art and Culture)
  1506.     0S0E
  1507. Hotspot3
  1508. WebFolders
  1509.     0S0E
  1510. (Publications)
  1511.     0S0E
  1512. Hotspot4
  1513. WebFolders
  1514.     0S0E
  1515. (Reference)
  1516.     0S0E
  1517. Hotspot5
  1518. WebFolders
  1519.     0S0E
  1520. (Business and Finance)
  1521.     0S0E
  1522. Hotspot6
  1523. WebFolders
  1524.     0S0E
  1525. (Shopping)
  1526.     0S0E
  1527. Hotspot7
  1528. WebFolders
  1529.     0S0E
  1530. (Government)
  1531.     0S0E
  1532. Hotspot8
  1533. WebFolders
  1534.     0S0E
  1535. (Education)
  1536.     0S0E
  1537. Hotspot16
  1538. Hotspot18
  1539. WebFolders
  1540.     0S0E
  1541. (Recommended)
  1542.     0S0E
  1543. Hotspot19
  1544. Search
  1545. Hotspot20
  1546. Hotspot21
  1547. '++LotusScript Development Environment:2:5:(Options):0:66
  1548. '++LotusScript Development Environment:2:5:(Forward):0:1
  1549. Declare Sub Click(Source As Navigator)
  1550. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1551. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1552. Private Sub BindEvents(Byval Objectname_ As String)
  1553.      Static Source As NAVIGATOR
  1554.      Set Source = Bind(Objectname_)
  1555.      On Event Click From Source Call Click
  1556. End Sub
  1557. '++LotusScript Development Environment:2:2:Click:1:12
  1558. Sub Click(Source As Navigator)
  1559.      
  1560.      Dim PrivateAddressBook As notesdatabase
  1561.      Dim CurrentLocation As notesdocument
  1562.      Dim LocationString As String    
  1563.      Dim helpdb As New notesdatabase("", "")
  1564.      Dim workspace As New NotesUIWorkspace
  1565.      Dim Session As New notessession
  1566.      
  1567.      Set PrivateAddressBook = New Notesdatabase("", "names.nsf")
  1568.      LocationString = Session.GetEnvironmentString ( "Location", True)
  1569.      
  1570.      If (PrivateAddressBook Is Nothing) Then
  1571.           If Helpdb.open("", "help4.nsf") Then 
  1572.                Call workspace.OpenDatabase ( "", "help4.nsf", "Web")
  1573.           Elseif Helpdb.open("", "helplt4.nsf") Then
  1574.                Call workspace.OpenDatabase ( "", "helplt4.nsf", "Web")
  1575.           Else
  1576.                Msgbox "Unable to locate the Notes Help Database", 16, "Error" 
  1577.           End If
  1578.           Exit Sub
  1579.      End If
  1580.      
  1581.      
  1582.      If LocationString <> "" Then
  1583.           Temp$ = Mid( LocationString, (Instr(1, LocationString, ",")+1))
  1584.           LocationID$ = Left(Temp$, (Instr(1,Temp$, ",")-1))
  1585.           Set CurrentLocation = PrivateAddressBook.getdocumentbyid(LocationID$)
  1586.           
  1587.           If Not (CurrentLocation Is Nothing) Then
  1588.                If CurrentLocation.MailServer(0) <> "" Then
  1589.                     If Helpdb.open("", "help4.nsf") Then 
  1590.                          Call workspace.OpenDatabase ( "", "help4.nsf", "Web")
  1591.                     Elseif Helpdb.open("", "helplt4.nsf") Then
  1592.                          Call workspace.OpenDatabase ( "", "helplt4.nsf", "Web")
  1593.                     Elseif Helpdb.open(CurrentLocation.MailServer(0), "help4.nsf") Then
  1594.                          Call workspace.OpenDatabase ( CurrentLocation.MailServer(0), "help4.nsf", "Web")
  1595.                     Elseif Helpdb.open(CurrentLocation.MailServer(0), "helplt4.nsf") Then
  1596.                          Call workspace.OpenDatabase ( CurrentLocation.MailServer(0), "helplt4.nsf", "Web")
  1597.                     Else
  1598.                          Msgbox "Unable to locate the Notes Help Database", 16, "Error" 
  1599.                     End If
  1600.                Else
  1601.                     If Helpdb.open("", "help4.nsf") Then 
  1602.                          Call workspace.OpenDatabase ( "", "help4.nsf", "Web")
  1603.                     Elseif Helpdb.open("", "helplt4.nsf") Then
  1604.                          Call workspace.OpenDatabase ( "", "helplt4.nsf", "Web")
  1605.                     Else
  1606.                          'Mail server is blank
  1607.                          Msgbox "Unable to locate the Notes Help Database", 16, "Error" 
  1608.                     End If
  1609.                End If
  1610.           Else
  1611.                If Helpdb.open("", "help4.nsf") Then 
  1612.                     Call workspace.OpenDatabase ( "", "help4.nsf", "Web")
  1613.                Elseif Helpdb.open("", "helplt4.nsf") Then
  1614.                     Call workspace.OpenDatabase ( "", "helplt4.nsf", "Web")
  1615.                Else
  1616.                     'Location document is not found
  1617.                     Msgbox "Unable to locate the Notes Help Database", 16, "Error" 
  1618.                End If
  1619.           End If
  1620.      Else
  1621.           If Helpdb.open("", "help4.nsf") Then 
  1622.                Call workspace.OpenDatabase ( "", "help4.nsf", "Web")
  1623.           Elseif Helpdb.open("", "helplt4.nsf") Then
  1624.                Call workspace.OpenDatabase ( "", "helplt4.nsf", "Web")
  1625.           Else
  1626.                'Location string in notes.ini is blank
  1627.                Msgbox "Unable to locate the Notes Help Database", 16, "Error" 
  1628.           End If
  1629.      End If
  1630. End Sub
  1631. Hotspot24
  1632. WebFolders
  1633.     0S0E
  1634. (Entertainment)
  1635.     0S0E
  1636. Hotspot25
  1637. WebFolders
  1638.     0S0E
  1639. (Recreation and Sports)
  1640.     0S0E
  1641. Hotspot26
  1642. WebFolders
  1643.     0S0E
  1644. (Computing and Internet)
  1645.     0S0E
  1646. Hotspot1
  1647. http://www.lotus.com
  1648.     0S0E
  1649. HotspotRectangle27
  1650. http://www.notes.net/
  1651.     0S0E
  1652. HotspotRectangle28
  1653. WebFolders
  1654.     0S0E
  1655. (All Documents)
  1656.     0S0E
  1657. RRRRRRRR
  1658. RRRRRRR
  1659. RRRRRR
  1660. O=Lotus Notes
  1661. O=Lotus Notes
  1662. PURSAFO
  1663. |.:#U
  1664. O=Lotus Notes
  1665. CN=Lotus Notes Template Development/O=Lotus Notes
  1666. PURSAFO
  1667. Fde!f^^
  1668. ]N(g 
  1669. R|DH'h
  1670. $TITLE
  1671. $ViewMapDataset
  1672. $ViewMapLayout
  1673. Categori_zeK
  1674. _Edit Document
  1675. Send Docu_ment
  1676. _Open URL
  1677. _Home
  1678. WebFolders
  1679.     0S0E
  1680. (Home)
  1681.     0S0E
  1682. _Directory Search
  1683. Search
  1684.     0S0E
  1685. _Forward
  1686. _Move to Folder...
  1687. _Remove from Folder...    
  1688. Home NavigatorX
  1689. WebFolders
  1690.     0S0E
  1691. (Home)
  1692.     0S0E
  1693. WebFolders|
  1694.     0S0E
  1695. Views NavigatorKb
  1696. WebFolders
  1697.     0S0E
  1698. (All Documents)
  1699.     0S0E
  1700. WebFolders|
  1701.     0S0E
  1702. Recommended Navigator
  1703. WebFolders
  1704.     0S0E
  1705. (Recommended)
  1706.     0S0E
  1707. WebFolders|
  1708.     0S0E
  1709. O=Lotus Notes
  1710. O=Lotus Notes
  1711. PURSAFO
  1712. |.:#U
  1713. O=Lotus Notes
  1714. CN=Lotus Notes Template Development/O=Lotus Notes
  1715. PURSAFO
  1716. Fde!f^^
  1717. $TITLE
  1718. $Index
  1719. $Formula
  1720. $FormulaClass
  1721. $Totals
  1722. $VIEWFORMAT
  1723. $Comment
  1724. $ACTIONS
  1725. AdminDH
  1726. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes###############################
  1727. ($Setup)j
  1728. WWW_Server$Conflict
  1729. Admin
  1730. $Template
  1731.     L1S2S3S4S5S1
  1732. WWW_Server
  1733. WWW_Server
  1734.  WWW_ServerInternet Server&
  1735. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes######
  1736. Opinion Form LayoutCD
  1737. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes######################
  1738. (Recommended)G3
  1739. CN=Dave Newbold/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes############################################
  1740. (All Documents)G3
  1741. CN=Dave Newbold/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##########################################
  1742. (AllRating)/O
  1743. Tour_Type
  1744. TitleNULLTIME_DATENULL$44$Conflict$REF
  1745. Person Rating Form
  1746. Rating
  1747.     L1S5S6S7S1"
  1748. TitleTIME_DATE"
  1749. TitleTIME_DATE"
  1750. TitleTIME_DATE
  1751. TIME_DATE
  1752. TIME_DATE
  1753. TitleDocument titleNULLTIME_DATEDateNULL$44Type8
  1754. Tour_Type
  1755. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##
  1756. (Art and Culture)G3
  1757. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes################################
  1758. (Business and Finance)G3
  1759. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###########################
  1760. (Computing and Internet)G3
  1761. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#########################
  1762. ##########################################################
  1763. ##########################################################
  1764. Administration form for 
  1765. www_server
  1766.     0S0E
  1767. &Arial
  1768. '++LotusScript Development Environment:2:5:(Options):0:74
  1769. '++LotusScript Development Environment:2:5:(Forward):0:1
  1770. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1771. Admin'++LotusScript Development Environment:2:5:(Options):0:66
  1772. '++LotusScript Development Environment:2:5:(Forward):0:1
  1773. Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
  1774. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1775. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1776. Private Sub BindEvents(Byval Objectname_ As String)
  1777.      Static Source As NOTESUIDOCUMENT
  1778.      Set Source = Bind(Objectname_)
  1779.      On Event Querysave From Source Call Querysave
  1780. End Sub
  1781. '++LotusScript Development Environment:2:2:Querysave:1:12
  1782. Sub Querysave(Source As Notesuidocument, Continue As Variant)
  1783.      Dim w As New notesuiworkspace
  1784.      Dim s As New notessession
  1785.      Dim doc As notesdocument
  1786.      Dim db As notesdatabase
  1787.      Dim dbsize As Variant
  1788.      Set doc = source.document
  1789.      Set db = s.currentdatabase
  1790.      dbsize = doc.getitemvalue("size")
  1791.      db.sizequota = Cdbl(dbsize(0)) * (1048)  
  1792. End Sub
  1793. '++LotusScript Development Environment:2:5:(Options):0:66
  1794. '++LotusScript Development Environment:2:5:(Forward):0:1
  1795. Declare Sub Exiting(Source As Field)
  1796. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1797. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1798. Private Sub BindEvents(Byval Objectname_ As String)
  1799.      Static Source As FIELD
  1800.      Set Source = Bind(Objectname_)
  1801.      On Event Exiting From Source Call Exiting
  1802. End Sub
  1803. '++LotusScript Development Environment:2:2:Exiting:1:12
  1804. Sub Exiting(Source As Field)
  1805.      
  1806. End Sub
  1807. '++LotusScript Development Environment:2:5:(Options):0:66
  1808. '++LotusScript Development Environment:2:5:(Forward):0:1
  1809. Declare Sub Exiting(Source As Field)
  1810. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1811. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1812. Private Sub BindEvents(Byval Objectname_ As String)
  1813.      Static Source As FIELD
  1814.      Set Source = Bind(Objectname_)
  1815.      On Event Exiting From Source Call Exiting
  1816. End Sub
  1817. '++LotusScript Development Environment:2:2:Exiting:1:12
  1818. Sub Exiting(Source As Field)
  1819.      Dim w As New notesuiworkspace
  1820.      Dim uidoc As notesuidocument
  1821.      Dim doc As notesdocument
  1822.      Set uidoc = w.currentdocument
  1823.      Set doc = uidoc.document
  1824.      If Isnumeric( doc.age_criteria(0) ) Then
  1825.           Exit Sub
  1826.      Else
  1827.           Msgbox "You must enter a numeric value for purging documents older than a certain number of days.", 16, "Incorrect Entry"
  1828.      End If
  1829. End Sub
  1830. '++LotusScript Development Environment:2:5:(Options):0:66
  1831. '++LotusScript Development Environment:2:5:(Forward):0:1
  1832. Declare Sub Exiting(Source As Field)
  1833. '++LotusScript Development Environment:2:5:(Declarations):0:2
  1834. '++LotusScript Development Environment:2:2:BindEvents:1:129
  1835. Private Sub BindEvents(Byval Objectname_ As String)
  1836.      Static Source As FIELD
  1837.      Set Source = Bind(Objectname_)
  1838.      On Event Exiting From Source Call Exiting
  1839. End Sub
  1840. '++LotusScript Development Environment:2:2:Exiting:1:12
  1841. Sub Exiting(Source As Field)
  1842.      Dim  w As New notesuiworkspace
  1843.      Dim uidoc As notesuidocument
  1844.      Dim docnote As notesdocument
  1845.      Set uidoc = w.currentdocument
  1846.      uidoc.refresh
  1847.      Set docnote = uidoc.document
  1848.      If "" <> (uidoc.fieldgettext("*")) Then
  1849.           var = docnote.GetItemValue("*")
  1850.           Forall item In var
  1851.                If Not (item = "*") Then
  1852.                     uidoc.fieldclear(item)
  1853.                End If
  1854.           End Forall
  1855.      End If     
  1856. End Sub 
  1857. Web Navigator Administration
  1858. WWW_Server
  1859.     0S0E
  1860. DisplayName
  1861.     Server
  1862.     Basics
  1863.     Purge Agent
  1864.     Settings
  1865.     InterNotes server name:
  1866. Your Server Name Here
  1867. WWW_Server
  1868.     0S0E
  1869. WWW_ServerEnter the hierarchical name of this InterNotes server.
  1870.     Purge agent action:
  1871. Reduce page
  1872. Purge_ActionChoose how you want Notes to purge the database.
  1873. Delete page|1Reduce page|0
  1874.     Maximum database size:
  1875. SizeEnter the maximum size of the database in megabytes.
  1876.     Purge to what % of maximum database size:
  1877. Pct_Db_GoalSelect the target size (in % of maximum database size) for Notes to purge the database.
  1878. 50 %|5060 %|6070 %|7080 %|8090 %|90
  1879.     Save author Information:
  1880. Save_AuthorCheck this box to save the name of the person who retrieved the page -- available in "$All with authors" view.
  1881.     Purge documents older than:
  1882. Age_CriteriaSelect how old the documents in the database should be before Notes purges them.
  1883. 306090120
  1884.     Days
  1885.     Save HTML in Note?
  1886. SaveHTMLCheck this box to save the source HTML text in the HTMLSource field in the Notes document.
  1887.     Purge documents larger than:
  1888. 256KB
  1889. Size_CriteriaSelect how big the documents in the database should be before Notes purges them.
  1890. 256KB|1512KB|21024KB|3
  1891.     Purge Private documents:
  1892. Private_expCheck this box to allow Notes to purge private documents in the database.
  1893.     Warning!
  1894.     HTML Preferences
  1895.     Anchors:
  1896. Underline/Blue
  1897. Anchor_styleChoose a style for URLs on Web pages.
  1898. Bold/Underline/BlueUnderline/BlueBold/BlueUnderline only
  1899.     Fixed:
  1900. Courier
  1901. FixedChoose a font for tags that display "fixed" type on Web pages. 
  1902. TimesHelveticaCourier
  1903.     Body Text:
  1904. Times 11
  1905. BodyChoose a font for the body tag on Web pages.    
  1906. Times 10Times 11Times 12Helvetica 10Helvetica 11Helvetica 12Courier 10Courier 11Courier 12
  1907.     Listing:
  1908. Courier
  1909. ListingChoose a font for listing type tags on Web pages.
  1910. TimesHelveticaCourier
  1911.     Plain:
  1912. Courier
  1913. PlainChoose a font for plaintext type tags on Web pages.
  1914. TimesHelveticaCourier
  1915.     Address:
  1916. Times
  1917. AddressChoose a font for the address tag on Web pages.
  1918. TimesHelveticaCourier
  1919.     Only fonts Helvetica, Times and Courier are supported.
  1920. ;!^<;!
  1921. $Script1
  1922. $Template
  1923. SaveOptions
  1924. Categori_ze
  1925. _Edit Document
  1926. Send Docu_ment
  1927. _Forward
  1928. Enable P_urge agent 0
  1929. Purge
  1930.     0S0E
  1931. Purge
  1932. Enable _Refresh agent
  1933. Refresh
  1934.     0S0E
  1935. Refresh
  1936. _Go to Notes resource site:
  1937. http://www.notes.net/
  1938.     0S0E
  1939. _Move to Folder...
  1940. _Remove from Folder...    
  1941. Disable Purge Agent
  1942. Purge
  1943.     0S0E
  1944. Purge
  1945. Disable Refresh Agent
  1946. Refresh
  1947.     0S0E
  1948. Refresh
  1949. O=Lotus Notes
  1950. O=Lotus Notes
  1951. PURSAFO
  1952. |.:#U
  1953. O=Lotus Notes
  1954. CN=Lotus Notes Template Development/O=Lotus Notes
  1955. PURSAFO
  1956. Fde!f^^
  1957. Untitled2
  1958. refresh_when
  1959. Refresh_freq
  1960. U_docs
  1961. $TITLE
  1962. $INFO
  1963. $WINDOWTITLE
  1964. $Script
  1965. $$Script_O
  1966. $$ScriptName
  1967. $$FormScript
  1968. $$$FormScript_O
  1969. $$Size
  1970. $Size_O
  1971. $$Age_Criteria
  1972. $Age_Criteria_O
  1973. $$$Script1
  1974. $$Script1_O
  1975. $BODY
  1976. $ACTIONS
  1977. Categori_zeK
  1978. _Edit Document
  1979. Send Docu_ment
  1980. _Forward
  1981. _Move to Folder...
  1982. _Remove from Folder...
  1983. O=Lotus Notes
  1984. O=Lotus Notes
  1985. PURSAFO
  1986. |.:#U
  1987. O=Lotus Notes
  1988. CN=Lotus Notes Template Development/O=Lotus Notes
  1989. PURSAFO
  1990. Fde!f^^
  1991. q;PyI
  1992. $TITLE
  1993. $Index
  1994. $Formula
  1995. $FormulaClass
  1996. $VIEWFORMAT
  1997. $Comment
  1998. $ACTIONS
  1999. ed$UpdatedBy$ACLDigest$Signature$DesignVersion$Version$Formula$FormulaClass$Collation$TITLE$INFO$FlagsURLDoclink$FIELDS$BODY$AssistType$AssistLastRun$AssistDocCount$AssistFlags$AssistTrigger$AssistInfo$AssistQuery$AssistAction$AssistAction_Ex$AssistRunInfo$AssistVersion$Fonts$DefaultNavigatorIconBitmap$FlagsNoRefresh$Index$VIEWFORMAT$Comment$ACTIONS$Collation1$Collation2$Collation3$Collation4$Collation5$Collation6Counter$Hotspot0_OCreatedExpirationPrivacy_flagsOriginal_DateLast_Modified$SCRIPTOBJ_19$SCRIPTOBJ_18$WINDOWTITLE$Script$$Script_O$$ScriptName$$FormScript$$$FormScript_OBodyTitleURLHTTPStatusTypeHostFileNameSaveOptionsSubject$SCRIPTOBJ_8$SCRIPTOBJ_9$SCRIPTOBJ_17$$XMB$$XMB_2$$XMB_3$LicenseeTour_commentsTour_URLsTour_AuthorTour_DateTour_TypeSearch_String$ViewMapDataset$ViewMapLayout$TotalsUntitled2refresh_whenRefresh_freqU_docs$$Size$Size_O$$Age_Criteria$Age_Criteria_O$$$Script1$$Script1_OWWW_ServerPurge_ActionSizePct_Db_GoalSave_AuthorAge_CriteriaSaveHTMLSize_CriteriaPrivate_expAnchor_styleFixedListingPlainAddress$Script1$TemplateContentAuthorRatingDateCommentsRatingCategory_Selection$AUTOLAUNCH$$Content$Content_O$$Rating$Rating_O$$Comments$Comments_OaverageAdj_ratingnumbertoptenWord_Repr.invalid$Readers$Authors$Name$FolderObject$FolderIDTable$LeftToDo$FormUsers$$FormAction1$$FormAction6Form$RevisionsUntitledSaveHTML_1
  2000. Rate and Categorize this Document 
  2001. Opinion Form Layout
  2002. Rating
  2003.     0S0E
  2004. Rating
  2005. Rating
  2006. Rating
  2007. Rating
  2008.     0S0E
  2009. Rating
  2010. Rating
  2011. Rating
  2012. Rating
  2013.     0S0E
  2014. Rating
  2015. Rating
  2016. Rating
  2017. Rating
  2018.     0S0E
  2019. Rating
  2020. Rating
  2021. Rating
  2022. Rating
  2023.     0S0E
  2024. Rating
  2025. Rating
  2026. Rating
  2027. Rating
  2028.     0S0E
  2029. Rating
  2030. Rating
  2031. Rating
  2032. Rating
  2033.     0S0E
  2034. Rating
  2035. Rating
  2036. Rating
  2037. Rating
  2038.     0S0E
  2039. Rating
  2040. Rating
  2041. Rating
  2042. Rating
  2043.     0S0E
  2044. Rating
  2045. Rating
  2046. Rating
  2047. Rating
  2048.     0S0E
  2049. Rating
  2050. Rating
  2051. Rating
  2052. Title
  2053. Title
  2054. Poor   < ------------------------------  >   Great!
  2055. contentSelect category from list that best describes contents of this document
  2056. ArtsBusinessComputersCultureEducationEntertainmentFinanceGovernmentInternetPublicationsRecreationReferenceScienceShoppingSports
  2057. Category:
  2058. Author
  2059. RatingDate
  2060. CommentsWrite your descriptive comments about the page here!
  2061. Your comments:
  2062. Rating
  2063. O=Lotus Notes
  2064. O=Lotus Notes
  2065. PURSAFO
  2066. |.:#U
  2067. O=Lotus Notes
  2068. CN=Lotus Notes Template Development/O=Lotus Notes
  2069. PURSAFO
  2070. Fde!f^^
  2071. $TITLE
  2072. $INFO
  2073. $WINDOWTITLE
  2074. $$ScriptName
  2075. $BODY
  2076. Recommended\By Category
  2077. HotspotRectangle1
  2078. Recommended\By Category
  2079. HotspotRectangle2a
  2080. Recommended\By Reviewerg
  2081. HotspotRectangle3g
  2082. Recommended\Top Ratings
  2083. HotspotRectangle4i
  2084. (All Documents)r
  2085. HotspotRectangle5e
  2086. (Home)
  2087. HotspotRectangle6)
  2088. (Home)
  2089.     0S0E
  2090. O=Lotus Notes
  2091. O=Lotus Notes
  2092. PURSAFO
  2093. |.:#U
  2094. O=Lotus Notes
  2095. CN=Lotus Notes Template Development/O=Lotus Notes
  2096. PURSAFO
  2097. Fde!f^^
  2098. z<QA@
  2099. $TITLE
  2100. $ViewMapDataset
  2101. $ViewMapLayout
  2102. ($All)
  2103. Hotspot9
  2104. By Host
  2105. Hotspot10n
  2106. (Home)
  2107. Hotspot13e
  2108. (Recommended)
  2109. Hotspot14g
  2110. File Archive
  2111. Hotspot15r
  2112. Web Toursr
  2113. Hotspot18s
  2114. My Bookmarks
  2115. HotspotRectangle19
  2116. (Home)
  2117.     0S0E
  2118. HotspotRectangle21
  2119. ($All)
  2120. HotspotRectangle22
  2121. WebFolders
  2122.     0S0E
  2123.     0S0E
  2124.     0S0E
  2125. O=Lotus Notes
  2126. O=Lotus Notes
  2127. PURSAFO
  2128. |.:#U
  2129. O=Lotus Notes
  2130. CN=Lotus Notes Template Development/O=Lotus Notes
  2131. PURSAFO
  2132. Fde!f^^
  2133. $TITLE
  2134. $ViewMapDataset
  2135. $ViewMapLayout
  2136. Categori_zeK
  2137. _Edit Document
  2138. Send Docu_ment
  2139. _Open URL
  2140. _Home
  2141. WebFolders
  2142.     0S0E
  2143. (Home)
  2144.     0S0E
  2145. _Directory Search
  2146. Search
  2147.     0S0E
  2148. _Forward
  2149. _AdministrationKT
  2150. WebAdmin
  2151. _Move to Folder...    
  2152. _Remove from Folder...
  2153. Home NavigatorX
  2154. WebFolders
  2155.     0S0E
  2156. (Home)
  2157.     0S0E
  2158. WebFolders|
  2159.     0S0E
  2160. Views NavigatorKb
  2161. WebFolders
  2162.     0S0E
  2163. (All Documents)
  2164.     0S0E
  2165. WebFolders|
  2166.     0S0E
  2167. Recommended Navigator
  2168. WebFolders
  2169.     0S0E
  2170. (Recommended)
  2171.     0S0E
  2172. WebFolders|
  2173.     0S0E
  2174. O=Lotus Notes
  2175. O=Lotus Notes
  2176. PURSAFO
  2177. |.:#U
  2178. O=Lotus Notes
  2179. CN=Lotus Notes Template Development/O=Lotus Notes
  2180. PURSAFO
  2181. Fde!f^^
  2182. $TITLE
  2183. $Index
  2184. $Formula
  2185. $FormulaClass
  2186. $VIEWFORMAT
  2187. $Comment
  2188. $ACTIONS
  2189. (Art and Culture)
  2190. GraphicButton2
  2191. http://www.yahoo.com/Arts
  2192.     0S0E
  2193. GraphicButton3
  2194. (Home)
  2195. GraphicButton4
  2196. Search
  2197. _Forward
  2198. http://a2z.lycos.com/Arts_and_Humanities/
  2199.     0S0E
  2200. GraphicButton5
  2201. ([OpenNavigator]
  2202. http://www.excite.com/channel/lifestyle/?a-chl-t
  2203.     0S0E
  2204. O=Lotus Notes
  2205. O=Lotus Notes
  2206. PURSAFO
  2207. |.:#U
  2208. O=Lotus Notes
  2209. CN=Lotus Notes Template Development/O=Lotus Notes
  2210. PURSAFO
  2211. Fde!f^^
  2212. yi`;N
  2213. $TITLE
  2214. $ViewMapDataset
  2215. $ViewMapLayout
  2216. (Business and Finance)
  2217. GraphicButton2
  2218. (Home)
  2219. GraphicButton3
  2220. http://www.yahoo.com/Business_and_Economy/
  2221.     0S0E
  2222. GraphicButton4
  2223. ";"1")
  2224. tor];"(Home)";"1
  2225. http://my.excite.com/channel/business/?a-chb-t
  2226.     0S0E
  2227. GraphicButton5
  2228. ";"1")
  2229. http://a2z.lycos.com/Business_and_Investing/
  2230.     0S0E
  2231. .yahoo.com/Busin
  2232. $Formu
  2233. oo.com/Busin
  2234. /www.yahoo.com/B
  2235. O=Lotus Notes
  2236. O=Lotus Notes
  2237. PURSAFO
  2238. |.:#U
  2239. O=Lotus Notes
  2240. CN=Lotus Notes Template Development/O=Lotus Notes
  2241. PURSAFO
  2242. Fde!f^^
  2243. $TITLE
  2244. $ViewMapDataset
  2245. $ViewMapLayout
  2246. (Computing and Internet)
  2247. GraphicButton2
  2248. http://www.yahoo.com/Computers_and_Internet/
  2249.     0S0E
  2250. GraphicButton3
  2251. (Home)
  2252. GraphicButton4
  2253. (Busines
  2254. http://a2z.lycos.com/Computers/
  2255.     0S0E
  2256. GraphicButton5
  2257. http://www.excite.com/channel/computers/?a-chc-t
  2258.     0S0E
  2259. E:\PDC\
  2260.  Navigator
  2261. O=Lotus Notes
  2262. O=Lotus Notes
  2263. PURSAFO
  2264. |.:#U
  2265. O=Lotus Notes
  2266. CN=Lotus Notes Template Development/O=Lotus Notes
  2267. PURSAFO
  2268. Fde!f^^
  2269. $TITLE
  2270. $ViewMapDataset
  2271. $ViewMapLayout
  2272. (Education)G3
  2273. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes######################################
  2274. (Entertainment)G3
  2275. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################################
  2276. (Government)G3
  2277. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#####################################
  2278. (Publications)G3
  2279. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###################################
  2280. (Recreation and Sports)G3
  2281. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##########################
  2282. (Reference)G3
  2283. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes######################################
  2284. =I}[ x
  2285. (Shopping)G3
  2286. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#######################################
  2287. Recommended\By Category`
  2288. invalid
  2289.     3S4S6S8S9S
  2290. yahoo
  2291. Rating
  2292. Content
  2293. Content
  2294.     0S0E
  2295. $37$36TitleRatingComments$Conflict$REF
  2296. Person Rating Form
  2297. Rating
  2298.     L1S3S4S5S6S7S1)
  2299. $36TitleRating
  2300. invalid
  2301.     3S4S6S8S9S
  2302. yahoo
  2303. Rating
  2304. Content
  2305. Content
  2306.     0S0E
  2307. TitleTitleRatingRatingCommentsComments&
  2308. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################################################
  2309. Category LayoutDC
  2310. CN=Dave Newbold/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##########################################################
  2311. Person Rating FormCD
  2312. CN=Dave Newbold/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###############################################
  2313. ##########################################################
  2314. (Education)
  2315. GraphicButton2
  2316. http://www.yahoo.com/Education/
  2317.     0S0E
  2318. GraphicButton3
  2319. (Home)
  2320. GraphicButton4
  2321. http://www.excite.com/channel/career/?a-ched-t
  2322.     0S0E
  2323. GraphicButton5
  2324. http://a2z.lycos.com/Education/
  2325.     0S0E
  2326. /www.yahoo.com/E
  2327. O=Lotus Notes
  2328. O=Lotus Notes
  2329. PURSAFO
  2330. |.:#U
  2331. O=Lotus Notes
  2332. CN=Lotus Notes Template Development/O=Lotus Notes
  2333. PURSAFO
  2334. Fde!f^^
  2335. $TITLE
  2336. $ViewMapDataset
  2337. $ViewMapLayout
  2338. (Entertainment)
  2339. GraphicButton2
  2340. http://www.yahoo.com/Entertainment/
  2341.     0S0E
  2342. GraphicButton3
  2343. (Home)
  2344. GraphicButton4
  2345. http://a2z.lycos.com/Entertainment_and_Leisure/
  2346.     0S0E
  2347. GraphicButton5
  2348. http://my.excite.com/channel/entertainment/?a-che-t
  2349.     0S0E
  2350. O=Lotus Notes
  2351. O=Lotus Notes
  2352. PURSAFO
  2353. |.:#U
  2354. O=Lotus Notes
  2355. CN=Lotus Notes Template Development/O=Lotus Notes
  2356. PURSAFO
  2357. Fde!f^^
  2358. v|,?2
  2359. $TITLE
  2360. $ViewMapDataset
  2361. $ViewMapLayout
  2362. (Government)
  2363. GraphicButton2
  2364. http://www.yahoo.com/Government/
  2365.     0S0E
  2366. GraphicButton3
  2367. (Home)
  2368. GraphicButton4
  2369. http://www.excite.com/channel/politics/?a-chp-t
  2370.     0S0E
  2371. GraphicButton5
  2372. http://a2z.lycos.com/Government/
  2373.     0S0E
  2374. tainment/")
  2375. O=Lotus Notes
  2376. O=Lotus Notes
  2377. PURSAFO
  2378. |.:#U
  2379. O=Lotus Notes
  2380. CN=Lotus Notes Template Development/O=Lotus Notes
  2381. PURSAFO
  2382. Fde!f^^
  2383. oM#q:
  2384. $TITLE
  2385. $ViewMapDataset
  2386. $ViewMapLayout
  2387. (Publications)
  2388. GraphicButton2
  2389. http://www.yahoo.com/Entertainment/Magazines/
  2390.     0S0E
  2391. GraphicButton3
  2392. (Home)
  2393. GraphicButton4
  2394. http://a2z.lycos.com/News_and_Information/
  2395.     0S0E
  2396. GraphicButton5
  2397. ([OpenNavigator]
  2398. http://nt.excite.com/?clk=a-NT-t
  2399.     0S0E
  2400. O=Lotus Notes
  2401. O=Lotus Notes
  2402. PURSAFO
  2403. |.:#U
  2404. O=Lotus Notes
  2405. CN=Lotus Notes Template Development/O=Lotus Notes
  2406. PURSAFO
  2407. Fde!f^^
  2408. $TITLE
  2409. $ViewMapDataset
  2410. $ViewMapLayout
  2411. (Recreation and Sports)
  2412. GraphicButton2
  2413. http://www.yahoo.com/Recreation/
  2414.     0S0E
  2415. GraphicButton3
  2416. Open("http://www
  2417. (Home)
  2418. GraphicButton4
  2419. http://my.excite.com/channel/sports/?a-chs-t
  2420.     0S0E
  2421. GraphicButton5
  2422. tegories\Governm
  2423. http://a2z.lycos.com/Sports/
  2424.     0S0E
  2425. O=Lotus Notes
  2426. O=Lotus Notes
  2427. PURSAFO
  2428. |.:#U
  2429. O=Lotus Notes
  2430. CN=Lotus Notes Template Development/O=Lotus Notes
  2431. PURSAFO
  2432. Fde!f^^
  2433. p    ]    Vl
  2434. $TITLE
  2435. $ViewMapDataset
  2436. $ViewMapLayout
  2437. (Reference)
  2438. GraphicButton2
  2439. (Home)
  2440. GraphicButton3
  2441. http://www.yahoo.com/Reference/
  2442.     0S0E
  2443. GraphicButton4
  2444. http://a2z.lycos.com/News_and_Information/Reference_Information/
  2445.     0S0E
  2446. GraphicButton5
  2447. http://nt.excite.com/?clk=a-NT-t
  2448.     0S0E
  2449. @URLOpen("http:/
  2450. O=Lotus Notes
  2451. O=Lotus Notes
  2452. PURSAFO
  2453. |.:#U
  2454. O=Lotus Notes
  2455. CN=Lotus Notes Template Development/O=Lotus Notes
  2456. PURSAFO
  2457. Fde!f^^
  2458. $TITLE
  2459. $ViewMapDataset
  2460. $ViewMapLayout
  2461. (Shopping)
  2462. GraphicButton2
  2463. http://www.yahoo.com/Business_and_Economy/Products_and_Services/
  2464.     0S0E
  2465. GraphicButton3
  2466. (Home)
  2467. GraphicButton4
  2468. http://www.excite.com/channel/shopping/?a-chsh-t
  2469.     0S0E
  2470. GraphicButton5
  2471. http://a2z.lycos.com/Shopping_the_Net/
  2472.     0S0E
  2473. ess_and_Economy/
  2474. O=Lotus Notes
  2475. O=Lotus Notes
  2476. PURSAFO
  2477. |.:#U
  2478. O=Lotus Notes
  2479. CN=Lotus Notes Template Development/O=Lotus Notes
  2480. PURSAFO
  2481. Fde!f^^
  2482. $TITLE
  2483. $ViewMapDataset
  2484. $ViewMapLayout
  2485. Categori_zeK
  2486. _Edit Document
  2487. Send Docu_ment
  2488. _Open URL
  2489. HomeX
  2490. WebFolders
  2491.     0S0E
  2492. (Home)
  2493.     0S0E
  2494. _Directory Search
  2495. Search
  2496.     0S0E
  2497. _Forward
  2498. _Move to Folder...
  2499. _Remove from Folder...    
  2500. Home NavigatorX
  2501. WebFolders
  2502.     0S0E
  2503. (Home)
  2504.     0S0E
  2505. WebFolders|
  2506.     0S0E
  2507. Views NavigatorKb
  2508. WebFolders
  2509.     0S0E
  2510. (All Documents)
  2511.     0S0E
  2512. WebFolders|
  2513.     0S0E
  2514. Recommended Navigator
  2515. WebFolders
  2516.     0S0E
  2517. (Recommended)
  2518.     0S0E
  2519. WebFolders|
  2520.     0S0E
  2521. O=Lotus Notes
  2522. O=Lotus Notes
  2523. PURSAFO
  2524. |.:#U
  2525. O=Lotus Notes
  2526. CN=Lotus Notes Template Development/O=Lotus Notes
  2527. PURSAFO
  2528. Fde!f^^
  2529. $TITLE
  2530. $Index
  2531. $Formula
  2532. $FormulaClass
  2533. $VIEWFORMAT
  2534. $Comment
  2535. $ACTIONS
  2536. Add this page to Category View 
  2537. Category Layout
  2538. Select a Category for this document:
  2539. Category_Selection
  2540. Art and Culture |0Business and Finance |1Computing and Internet |2Education |3Entertainment |4Government |5Publications |6Recreation and Sports |7Reference |8Shopping |9
  2541.     Edit title:
  2542. Comments
  2543. Comments
  2544. Category_Selection
  2545. Content
  2546. O=Lotus Notes
  2547. O=Lotus Notes
  2548. PURSAFO
  2549. |.:#U
  2550. O=Lotus Notes
  2551. CN=Lotus Notes Template Development/O=Lotus Notes
  2552. PURSAFO
  2553. Fde!f^^
  2554. $TITLE
  2555. $INFO
  2556. $WINDOWTITLE
  2557. $$Script_O
  2558. $$ScriptName
  2559. $BODY
  2560. Person Rating Form'
  2561. Title
  2562. Title
  2563.     Category:    
  2564. Content
  2565. Content
  2566. ArtBusinessComputersEconomyEducationEntertainmentEnvironment and NatureEventsGovernmentHealthHumanitiesLawNewsPoliticsPublicationsRecreation and SportsReferenceRegional InformationScienceSocial ScienceSociety and CultureShopping
  2567.     Rating Average:    
  2568. average
  2569.     Ajusted Average    
  2570. Adj_rating
  2571.     Number of ratings:    
  2572. number
  2573.     Top Ten        
  2574. topten
  2575.     Rating:
  2576. Rating
  2577. Rating
  2578. Word_Repr.
  2579. Word_Repr.
  2580.     Comments:
  2581. Comments
  2582. Comments
  2583.     Author:        
  2584. Author
  2585.     0S0E
  2586. RatingDate
  2587.     URL         
  2588.     Invalid?:        
  2589. invalid
  2590. SaveOptions
  2591.     0S0E
  2592. Click here to launch:
  2593. If you see this form, you are using a version of the Notes Client that does not support auto-launching of URL links in Notes forms.  See your Notes administrator to either upgrade your software to version 4.1 or later, or to revert this Notes application to an earlier version.
  2594. Why do I have to do this?
  2595. O=Lotus Notes
  2596. O=Lotus Notes
  2597. PURSAFO
  2598. |.:#U
  2599. O=Lotus Notes
  2600. CN=Lotus Notes Template Development/O=Lotus Notes
  2601. PURSAFO
  2602. Fde!f^^
  2603. -D<MV
  2604. bYfa$
  2605. $TITLE
  2606. $AUTOLAUNCH
  2607. $INFO
  2608. $$Script_O
  2609. $$ScriptName
  2610. $$Content
  2611. $Content_O
  2612. $$Rating
  2613. $Rating_O
  2614. $$Comments
  2615. $Comments_O
  2616. $BODY
  2617. (Art and Culture)|All/Ol
  2618. Comments$Conflict
  2619. Launch URL
  2620. Content
  2621.     L1S6S7S9S1
  2622. Comments
  2623. Comments   Document title&
  2624. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##################################
  2625. (All Launch Docs)/O
  2626. CommentsContent$46$47$Conflict
  2627. Launch URL
  2628.     L1S1
  2629. Comments
  2630. Content
  2631. Comments   Document titleContentContent$46Date
  2632. $47Authors&
  2633. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#################
  2634. (Business and Finance)|1/Ol
  2635. Comments$Conflict
  2636. Launch URL
  2637. Content
  2638.     L1S6S7S9S1
  2639. Comments
  2640. Comments   Document title&
  2641. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###############################
  2642. (Computing and Internet)|2/Ol
  2643. Comments$Conflict
  2644. Launch URL
  2645. Content
  2646.     L1S6S7S9S1
  2647. Comments
  2648. Comments   Document title&
  2649. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#############################
  2650. (Education)|All/Ol
  2651. Comments$Conflict
  2652. Launch URL
  2653. Content
  2654.     L1S6S7S9S1
  2655. Comments
  2656. Comments   Document title&
  2657. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes########################################
  2658. (Entertainment)|4/Ol
  2659. Comments$Conflict
  2660. Launch URL
  2661. Content
  2662.     L1S6S7S9S1
  2663. Comments
  2664. Comments   Document title&
  2665. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes######################################
  2666. ##########################################################
  2667. Categori_zeK
  2668. _Edit Document
  2669. Send Docu_ment
  2670. _Open URL
  2671. _Home
  2672. WebFolders
  2673.     0S0E
  2674. (Home)
  2675.     0S0E
  2676. _Directory Search
  2677. Search
  2678.     0S0E
  2679. _Forward
  2680. _AdministrationKT
  2681. WebAdmin
  2682. _Move to Folder...    
  2683. _Remove from Folder...
  2684. Home NavigatorX
  2685. WebFolders
  2686.     0S0E
  2687. (Home)
  2688.     0S0E
  2689. WebFolders|
  2690.     0S0E
  2691. Views NavigatorKb
  2692. WebFolders
  2693.     0S0E
  2694. (All Documents)
  2695.     0S0E
  2696. WebFolders|
  2697.     0S0E
  2698. Recommended Navigator
  2699. WebFolders
  2700.     0S0E
  2701. (Recommended)
  2702.     0S0E
  2703. WebFolders|
  2704.     0S0E
  2705. O=Lotus Notes
  2706. O=Lotus Notes
  2707. PURSAFO
  2708. |.:#U
  2709. O=Lotus Notes
  2710. CN=Lotus Notes Template Development/O=Lotus Notes
  2711. PURSAFO
  2712. Fde!f^^
  2713. $TITLE
  2714. $Index
  2715. $Formula
  2716. $FormulaClass
  2717. $VIEWFORMAT
  2718. $Comment
  2719. $ACTIONS
  2720. Categori_zeK
  2721. _Edit Document
  2722. Send Docu_ment
  2723. _Open URL
  2724. _Home
  2725. WebFolders
  2726.     0S0E
  2727. (Home)
  2728.     0S0E
  2729. _Directory Search
  2730. Search
  2731.     0S0E
  2732. _Forward
  2733. _AdministrationKT
  2734. WebAdmin
  2735. _Move to Folder...    
  2736. _Remove from Folder...
  2737. Home NavigatorX
  2738. WebFolders
  2739.     0S0E
  2740. (Home)
  2741.     0S0E
  2742. WebFolders|
  2743.     0S0E
  2744. Views NavigatorKb
  2745. WebFolders
  2746.     0S0E
  2747. (All Documents)
  2748.     0S0E
  2749. WebFolders|
  2750.     0S0E
  2751. Recommended Navigator
  2752. WebFolders
  2753.     0S0E
  2754. (Recommended)
  2755.     0S0E
  2756. WebFolders|
  2757.     0S0E
  2758. O=Lotus Notes
  2759. O=Lotus Notes
  2760. PURSAFO
  2761. |.:#U
  2762. O=Lotus Notes
  2763. CN=Lotus Notes Template Development/O=Lotus Notes
  2764. PURSAFO
  2765. Fde!f^^
  2766. $TITLE
  2767. $Index
  2768. $Formula
  2769. $FormulaClass
  2770. $VIEWFORMAT
  2771. $Comment
  2772. $ACTIONS
  2773. Categori_zeK
  2774. _Edit Document
  2775. Send Docu_ment
  2776. _Open URL
  2777. _Home
  2778. WebFolders
  2779.     0S0E
  2780. (Home)
  2781.     0S0E
  2782. _Directory Search
  2783. Search
  2784.     0S0E
  2785. _Forward
  2786. _AdministrationKT
  2787. WebAdmin
  2788. _Move to Folder...    
  2789. _Remove from Folder...
  2790. Home NavigatorX
  2791. WebFolders
  2792.     0S0E
  2793. (Home)
  2794.     0S0E
  2795. WebFolders|
  2796.     0S0E
  2797. Views NavigatorKb
  2798. WebFolders
  2799.     0S0E
  2800. (All Documents)
  2801.     0S0E
  2802. WebFolders|
  2803.     0S0E
  2804. Recommended Navigator
  2805. WebFolders
  2806.     0S0E
  2807. (Recommended)
  2808.     0S0E
  2809. WebFolders|
  2810.     0S0E
  2811. O=Lotus Notes
  2812. O=Lotus Notes
  2813. PURSAFO
  2814. |.:#U
  2815. O=Lotus Notes
  2816. CN=Lotus Notes Template Development/O=Lotus Notes
  2817. PURSAFO
  2818. Fde!f^^
  2819. CxdER
  2820. $TITLE
  2821. $Index
  2822. $Formula
  2823. $FormulaClass
  2824. $VIEWFORMAT
  2825. $Comment
  2826. $ACTIONS
  2827. Categori_zeK
  2828. _Edit Document
  2829. Send Docu_ment
  2830. _Open URL
  2831. _Home
  2832. WebFolders
  2833.     0S0E
  2834. (Home)
  2835.     0S0E
  2836. _Directory Search
  2837. Search
  2838.     0S0E
  2839. _Forward
  2840. _AdministrationKT
  2841. WebAdmin
  2842. _Move to Folder...    
  2843. _Remove from Folder...
  2844. Home NavigatorX
  2845. WebFolders
  2846.     0S0E
  2847. (Home)
  2848.     0S0E
  2849. WebFolders|
  2850.     0S0E
  2851. Views NavigatorKb
  2852. WebFolders
  2853.     0S0E
  2854. (All Documents)
  2855.     0S0E
  2856. WebFolders|
  2857.     0S0E
  2858. Recommended Navigator
  2859. WebFolders
  2860.     0S0E
  2861. (Recommended)
  2862.     0S0E
  2863. WebFolders|
  2864.     0S0E
  2865. O=Lotus Notes
  2866. O=Lotus Notes
  2867. PURSAFO
  2868. |.:#U
  2869. O=Lotus Notes
  2870. CN=Lotus Notes Template Development/O=Lotus Notes
  2871. PURSAFO
  2872. Fde!f^^
  2873.     C*"Uo
  2874. $TITLE
  2875. $Index
  2876. $Formula
  2877. $FormulaClass
  2878. $VIEWFORMAT
  2879. $Comment
  2880. $ACTIONS
  2881. Categori_zeK
  2882. _Edit Document
  2883. Send Docu_ment
  2884. _Open URL
  2885. _Home
  2886. WebFolders
  2887.     0S0E
  2888. (Home)
  2889.     0S0E
  2890. _Directory Search
  2891. Search
  2892.     0S0E
  2893. _Forward
  2894. _AdministrationKT
  2895. WebAdmin
  2896. _Move to Folder...    
  2897. _Remove from Folder...
  2898. Home NavigatorX
  2899. WebFolders
  2900.     0S0E
  2901. (Home)
  2902.     0S0E
  2903. WebFolders|
  2904.     0S0E
  2905. Views NavigatorKb
  2906. WebFolders
  2907.     0S0E
  2908. (All Documents)
  2909.     0S0E
  2910. WebFolders|
  2911.     0S0E
  2912. Recommended Navigator
  2913. WebFolders
  2914.     0S0E
  2915. (Recommended)
  2916.     0S0E
  2917. WebFolders|
  2918.     0S0E
  2919. O=Lotus Notes
  2920. O=Lotus Notes
  2921. PURSAFO
  2922. |.:#U
  2923. O=Lotus Notes
  2924. CN=Lotus Notes Template Development/O=Lotus Notes
  2925. PURSAFO
  2926. Fde!f^^
  2927. $TITLE
  2928. $Index
  2929. $Formula
  2930. $FormulaClass
  2931. $VIEWFORMAT
  2932. $Comment
  2933. $ACTIONS
  2934. Categori_zeK
  2935. _Edit Document
  2936. Send Docu_ment
  2937. _Open URL
  2938. _Home
  2939. WebFolders
  2940.     0S0E
  2941. (Home)
  2942.     0S0E
  2943. _Directory Search
  2944. Search
  2945.     0S0E
  2946. _Forward
  2947. _AdministrationKT
  2948. WebAdmin
  2949. _Move to Folder...    
  2950. _Remove from Folder...
  2951. Home NavigatorX
  2952. WebFolders
  2953.     0S0E
  2954. (Home)
  2955.     0S0E
  2956. WebFolders|
  2957.     0S0E
  2958. Views NavigatorKb
  2959. WebFolders
  2960.     0S0E
  2961. (All Documents)
  2962.     0S0E
  2963. WebFolders|
  2964.     0S0E
  2965. Recommended Navigator
  2966. WebFolders
  2967.     0S0E
  2968. (Recommended)
  2969.     0S0E
  2970. WebFolders|
  2971.     0S0E
  2972. O=Lotus Notes
  2973. O=Lotus Notes
  2974. PURSAFO
  2975. |.:#U
  2976. O=Lotus Notes
  2977. CN=Lotus Notes Template Development/O=Lotus Notes
  2978. PURSAFO
  2979. Fde!f^^
  2980. $TITLE
  2981. $Index
  2982. $Formula
  2983. $FormulaClass
  2984. $VIEWFORMAT
  2985. $Comment
  2986. $ACTIONS
  2987. (Government)|5/Ol
  2988. Comments$Conflict
  2989. Launch URL
  2990. Content
  2991.     L1S6S7S9S1
  2992. Comments
  2993. Comments   Document title&
  2994. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#########################################
  2995. (Publications)|6/Ol
  2996. Comments$Conflict
  2997. Launch URL
  2998. Content
  2999.     L1S6S7S9S1
  3000. Comments
  3001. Comments   Document title&
  3002. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#######################################
  3003. NE|$NB
  3004. (Recreation and Sports)|7/Ol
  3005. Comments$Conflict
  3006. Launch URL
  3007. Content
  3008.     L1S6S7S9S1
  3009. Comments
  3010. Comments   Document title&
  3011. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##############################
  3012. (Reference)|8/Ol
  3013. Comments$Conflict
  3014. Launch URL
  3015. Content
  3016.     L1S6S7S9S1
  3017. Comments
  3018. Comments   Document title&
  3019. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes##########################################
  3020. (Shopping)|9/Ol
  3021. Comments$Conflict
  3022. Launch URL
  3023. Content
  3024.     L1S6S7S9S1
  3025. Comments
  3026. Comments   Document title&
  3027. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###########################################
  3028. Purge
  3029. 1SfL3
  3030. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#
  3031. Refresh
  3032. 1SfL3
  3033. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Noteswz_
  3034. ##########################################################
  3035. Launch URL[WebMaster]H
  3036. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#############################
  3037. ##########################################################
  3038. ##########################################################
  3039. Categori_zeK
  3040. _Edit Document
  3041. Send Docu_ment
  3042. _Open URL
  3043. _Home
  3044. WebFolders
  3045.     0S0E
  3046. (Home)
  3047.     0S0E
  3048. _Directory Search
  3049. Search
  3050.     0S0E
  3051. _Forward
  3052. _AdministrationKT
  3053. WebAdmin
  3054. _Move to Folder...    
  3055. _Remove from Folder...
  3056. Home NavigatorX
  3057. WebFolders
  3058.     0S0E
  3059. (Home)
  3060.     0S0E
  3061. WebFolders|
  3062.     0S0E
  3063. Views NavigatorKb
  3064. WebFolders
  3065.     0S0E
  3066. (All Documents)
  3067.     0S0E
  3068. WebFolders|
  3069.     0S0E
  3070. Recommended Navigator
  3071. WebFolders
  3072.     0S0E
  3073. (Recommended)
  3074.     0S0E
  3075. WebFolders|
  3076.     0S0E
  3077. O=Lotus Notes
  3078. O=Lotus Notes
  3079. PURSAFO
  3080. |.:#U
  3081. O=Lotus Notes
  3082. CN=Lotus Notes Template Development/O=Lotus Notes
  3083. PURSAFO
  3084. Fde!f^^
  3085. $TITLE
  3086. $Index
  3087. $Formula
  3088. $FormulaClass
  3089. $VIEWFORMAT
  3090. $Comment
  3091. $ACTIONS
  3092. Categori_zeK
  3093. _Edit Document
  3094. Send Docu_ment
  3095. _Open URL
  3096. _Home
  3097. WebFolders
  3098.     0S0E
  3099. (Home)
  3100.     0S0E
  3101. _Directory Search
  3102. Search
  3103.     0S0E
  3104. _Forward
  3105. _AdministrationKT
  3106. WebAdmin
  3107. _Move to Folder...    
  3108. _Remove from Folder...
  3109. Home NavigatorX
  3110. WebFolders
  3111.     0S0E
  3112. (Home)
  3113.     0S0E
  3114. WebFolders|
  3115.     0S0E
  3116. Views NavigatorKb
  3117. WebFolders
  3118.     0S0E
  3119. (All Documents)
  3120.     0S0E
  3121. WebFolders|
  3122.     0S0E
  3123. Recommended Navigator
  3124. WebFolders
  3125.     0S0E
  3126. (Recommended)
  3127.     0S0E
  3128. WebFolders|
  3129.     0S0E
  3130. O=Lotus Notes
  3131. O=Lotus Notes
  3132. PURSAFO
  3133. |.:#U
  3134. O=Lotus Notes
  3135. CN=Lotus Notes Template Development/O=Lotus Notes
  3136. PURSAFO
  3137. Fde!f^^
  3138. 4D`nv
  3139. ydBK*w
  3140. $TITLE
  3141. $Index
  3142. $Formula
  3143. $FormulaClass
  3144. $VIEWFORMAT
  3145. $Comment
  3146. $ACTIONS
  3147. Categori_zeK
  3148. _Edit Document
  3149. Send Docu_ment
  3150. _Open URL
  3151. _Home
  3152. WebFolders
  3153.     0S0E
  3154. (Home)
  3155.     0S0E
  3156. _Directory Search
  3157. Search
  3158.     0S0E
  3159. _Forward
  3160. _AdministrationKT
  3161. WebAdmin
  3162. _Move to Folder...    
  3163. _Remove from Folder...
  3164. Home NavigatorX
  3165. WebFolders
  3166.     0S0E
  3167. (Home)
  3168.     0S0E
  3169. WebFolders|
  3170.     0S0E
  3171. Views NavigatorKb
  3172. WebFolders
  3173.     0S0E
  3174. (All Documents)
  3175.     0S0E
  3176. WebFolders|
  3177.     0S0E
  3178. Recommended Navigator
  3179. WebFolders
  3180.     0S0E
  3181. (Recommended)
  3182.     0S0E
  3183. WebFolders|
  3184.     0S0E
  3185. O=Lotus Notes
  3186. O=Lotus Notes
  3187. PURSAFO
  3188. |.:#U
  3189. O=Lotus Notes
  3190. CN=Lotus Notes Template Development/O=Lotus Notes
  3191. PURSAFO
  3192. Fde!f^^
  3193. $TITLE
  3194. $Index
  3195. $Formula
  3196. $FormulaClass
  3197. $VIEWFORMAT
  3198. $Comment
  3199. $ACTIONS
  3200. Categori_zeK
  3201. _Edit Document
  3202. Send Docu_ment
  3203. _Open URL
  3204. _Home
  3205. WebFolders
  3206.     0S0E
  3207. (Home)
  3208.     0S0E
  3209. _Directory Search
  3210. Search
  3211.     0S0E
  3212. _Forward
  3213. _AdministrationKT
  3214. WebAdmin
  3215. _Move to Folder...    
  3216. _Remove from Folder...
  3217. Home NavigatorX
  3218. WebFolders
  3219.     0S0E
  3220. (Home)
  3221.     0S0E
  3222. WebFolders|
  3223.     0S0E
  3224. Views NavigatorKb
  3225. WebFolders
  3226.     0S0E
  3227. (All Documents)
  3228.     0S0E
  3229. WebFolders|
  3230.     0S0E
  3231. Recommended Navigator
  3232. WebFolders
  3233.     0S0E
  3234. (Recommended)
  3235.     0S0E
  3236. WebFolders|
  3237.     0S0E
  3238. O=Lotus Notes
  3239. O=Lotus Notes
  3240. PURSAFO
  3241. |.:#U
  3242. O=Lotus Notes
  3243. CN=Lotus Notes Template Development/O=Lotus Notes
  3244. PURSAFO
  3245. Fde!f^^
  3246. $TITLE
  3247. $Index
  3248. $Formula
  3249. $FormulaClass
  3250. $VIEWFORMAT
  3251. $Comment
  3252. $ACTIONS
  3253. Categori_zeK
  3254. _Edit Document
  3255. Send Docu_ment
  3256. _Open URL
  3257. _Home
  3258. WebFolders
  3259.     0S0E
  3260. (Home)
  3261.     0S0E
  3262. _Directory Search
  3263. Search
  3264.     0S0E
  3265. _Forward
  3266. _AdministrationKT
  3267. WebAdmin
  3268. _Move to Folder...    
  3269. _Remove from Folder...
  3270. Home NavigatorX
  3271. WebFolders
  3272.     0S0E
  3273. (Home)
  3274.     0S0E
  3275. WebFolders|
  3276.     0S0E
  3277. Views NavigatorKb
  3278. WebFolders
  3279.     0S0E
  3280. (All Documents)
  3281.     0S0E
  3282. WebFolders|
  3283.     0S0E
  3284. Recommended Navigator
  3285. WebFolders
  3286.     0S0E
  3287. (Recommended)
  3288.     0S0E
  3289. WebFolders|
  3290.     0S0E
  3291. O=Lotus Notes
  3292. O=Lotus Notes
  3293. PURSAFO
  3294. |.:#U
  3295. O=Lotus Notes
  3296. CN=Lotus Notes Template Development/O=Lotus Notes
  3297. PURSAFO
  3298. Fde!f^^
  3299. $TITLE
  3300. $Index
  3301. $Formula
  3302. $FormulaClass
  3303. $VIEWFORMAT
  3304. $Comment
  3305. $ACTIONS
  3306. ($All)|All/O
  3307. Tour_Type
  3308. TitleNULL$48NULL$44$Conflict$REF
  3309. HTMLForm
  3310. $Title
  3311. HTMLFormDoc
  3312. Guided Tour
  3313. Privacy_Flags
  3314. PrivatePage
  3315. DeferredObject
  3316. Status
  3317. httpstatus
  3318. httpstatus
  3319.     L1S20S30S1
  3320. Title
  3321. $48Title
  3322. TitleDocument titleNULL$48Date
  3323. NULL$44Type8
  3324. Tour_Type
  3325. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes##########################################
  3326. ($All with Authors)|All/O
  3327. Tour_Type
  3328. TitleNULL$46NULL$49NULL$44$Conflict$REF
  3329. HTMLForm
  3330. $Title
  3331. HTMLFormDoc
  3332. Guided Tour
  3333. Privacy_Flags
  3334. PrivatePage
  3335. DeferredObject
  3336. Status
  3337. httpstatus
  3338. httpstatus
  3339.     L1S20S30S1
  3340. Title
  3341. $49Title
  3342. TitleDocument titleNULL$46Author&
  3343. NULL$49Date
  3344. NULL$44Type8
  3345. Tour_Type
  3346. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes######
  3347. ($Admin)|WebAdminl
  3348. WWW_Server$Conflict$REF
  3349. Admin
  3350. $Template
  3351.     L1S2S3S1
  3352. WWW_Server
  3353. WWW_Server
  3354.  WWW_ServerInternet Server&
  3355. CN=Teresa Deane/O=IrisCN=Lotus Notes Template Development/O=Lotus NotesCN=Teresa Deane/O=Iris####################################
  3356. (Upgrade From Notes 4.X to 4.5)
  3357. EH4fL3
  3358. Lotus NotesCN=Lotus Notes Template Development/O=Lotus Notes#################################################
  3359. ##########################################################
  3360. Categori_ze
  3361. _Edit Document
  3362. Send Docu_ment
  3363. _Open URLt
  3364. _Home
  3365. WebFolders
  3366.     0S0E
  3367. (Home)
  3368.     0S0E
  3369. _Directory Search
  3370. Search
  3371.     0S0E
  3372. _Forward
  3373. _AdministrationDT
  3374. WebAdmin
  3375. [WebMaster]
  3376.     0S0E
  3377. _Move to Folder...    
  3378. _Remove from Folder...
  3379. Home NavigatorX
  3380. WebFolders
  3381.     0S0E
  3382. (Home)
  3383.     0S0E
  3384. WebFolders|
  3385.     0S0E
  3386. Views Navigator
  3387. WebFolders
  3388.     0S0E
  3389. (All Documents)
  3390.     0S0E
  3391. WebFolders|
  3392.     0S0E
  3393. Recommended Navigatort`
  3394. WebFolders
  3395.     0S0E
  3396. (Recommended)
  3397.     0S0E
  3398. WebFolders|
  3399.     0S0E
  3400. Upgrade from 4.X to 4.5
  3401. (Upgrade From Notes 4.X to 4.5)
  3402. [WebMaster]
  3403.     0S0E
  3404. O=Lotus Notes
  3405. O=Lotus Notes
  3406. PURSAFO
  3407. |.:#U
  3408. O=Lotus Notes
  3409. CN=Lotus Notes Template Development/O=Lotus Notes
  3410. PURSAFO
  3411. Fde!f^^
  3412. D<z]|a
  3413. 3iVXT-sD
  3414. $TITLE
  3415. $Index
  3416. $Formula
  3417. $FormulaClass
  3418. $VIEWFORMAT
  3419. $Comment
  3420. $ACTIONS
  3421. Categori_zet
  3422. _Edit Document
  3423. Send Docu_ment
  3424. _Open URL
  3425. _Home
  3426. WebFolders
  3427.     0S0E
  3428. (Home)
  3429.     0S0E
  3430. _Directory Search
  3431. Search
  3432.     0S0E
  3433. _Forward
  3434. _Administration
  3435. WebAdmin
  3436. [WebMaster]
  3437.     0S0E
  3438. _Move to Folder...    
  3439. _Remove from Folder...
  3440. Home NavigatorX
  3441. WebFolders
  3442.     0S0E
  3443. (Home)
  3444.     0S0E
  3445. WebFolders|
  3446.     0S0E
  3447. Views Navigator
  3448. WebFolders
  3449.     0S0E
  3450. (All Documents)
  3451.     0S0E
  3452. WebFolders|
  3453.     0S0E
  3454. Recommended Navigator
  3455. WebFolders
  3456.     0S0E
  3457. (Recommended)
  3458.     0S0E
  3459. WebFolders|
  3460.     0S0E
  3461. Upgrade from 4.X to 4.5}
  3462. (Upgrade From Notes 4.X to 4.5)
  3463. [WebMaster]
  3464.     0S0E
  3465. O=Lotus Notes
  3466. O=Lotus Notes
  3467. PURSAFO
  3468. |.:#U
  3469. O=Lotus Notes
  3470. CN=Lotus Notes Template Development/O=Lotus Notes
  3471. PURSAFO
  3472. Fde!f^^
  3473. $TITLE
  3474. $Index
  3475. $Formula
  3476. $FormulaClass
  3477. $VIEWFORMAT
  3478. $Comment
  3479. $ACTIONS
  3480. CN=Dave Newbold/O=IrisCN=Dave Newbold/O=IrisMy BookmarksMy Bookmarks/O
  3481. CN=Dave Newbold/O=Iris
  3482. TIME_DATE
  3483. TIME_DATE
  3484.     0S0E
  3485. Tour_Type
  3486. TitleNULL$45NULL$44$Conflict$REF
  3487. Title
  3488. $45Title
  3489. TitleDocument titleNULL$45DateN
  3490. TIME_DATE
  3491. TIME_DATE
  3492.     0S0E
  3493. NULL$44Type8
  3494. Tour_Type
  3495. ####################################################
  3496. My BookmarksMy Bookmarks/L/O
  3497. TIME_DATE
  3498. TIME_DATE
  3499.     0S0E
  3500. Tour_Type
  3501. TitleNULL$45NULL$44$Conflict$REF
  3502. Title
  3503. $45Title
  3504. TitleDocument titleNULL$45DateN
  3505. TIME_DATE
  3506. TIME_DATE
  3507.     0S0E
  3508. NULL$44Type8
  3509. Tour_Type
  3510. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes
  3511. ##########################################################
  3512. CNN - Technology News Main Pagehttp://www3.cnn.com/TECH/index.htmlCNN - Technology News Main PageLaunch URL2
  3513. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  3514. ##############################
  3515. Apple Computerhttp://www.apple.com/Apple ComputerLaunch URL2
  3516. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  3517. ##############
  3518. Cisco Systems, Inc.http://www.cisco.com/Cisco Systems, Inc.Launch URL2
  3519. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  3520. Compaq Computer Corporation, Graphics pathhttp://www.compaq.com/Compaq Computer CorporationLaunch URL2
  3521. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  3522. ####################################
  3523. ##########################################################
  3524. Categori_zeK
  3525. _Edit Document
  3526. Send Docu_ment
  3527. _Open URL
  3528. _Home
  3529. WebFolders
  3530.     0S0E
  3531. (Home)
  3532.     0S0E
  3533. _Directory Search
  3534. Search
  3535.     0S0E
  3536. _Forward
  3537. _AdministrationKT
  3538. WebAdmin
  3539. _Move to Folder...    
  3540. _Remove from Folder...
  3541. Home NavigatorX
  3542. WebFolders
  3543.     0S0E
  3544. (Home)
  3545.     0S0E
  3546. WebFolders|
  3547.     0S0E
  3548. Views NavigatorKb
  3549. WebFolders
  3550.     0S0E
  3551. (All Documents)
  3552.     0S0E
  3553. WebFolders|
  3554.     0S0E
  3555. Recommended Navigator
  3556. WebFolders
  3557.     0S0E
  3558. (Recommended)
  3559.     0S0E
  3560. WebFolders|
  3561.     0S0E
  3562. S_)tW'
  3563. aY*]c
  3564. PURSAF
  3565. W36{&b
  3566. O=Iris
  3567. O=Iris
  3568. x>_/^
  3569. PURSAFO
  3570. .?    Kz"
  3571. O=Iris
  3572. CN=Dave Newbold/O=Iris
  3573. PURSAFO
  3574. LB-bQ
  3575. $Readers
  3576. $Authors
  3577. $TITLE
  3578. $Name
  3579. $Index
  3580. $UpdatedBy
  3581. $Formula
  3582. $FormulaClass
  3583. $Collation1
  3584. $Collation2
  3585. $Collation3
  3586. $ViewFormat
  3587. $Comment
  3588. $ACTIONS
  3589. '++LotusScript Development Environment:2:5:(Options):0:74
  3590. Option Public
  3591. '++LotusScript Development Environment:2:5:(Forward):0:1
  3592. Declare Sub Initialize
  3593. Declare Sub ReduceToLink (docLocal As NotesDocument)
  3594. Declare Sub SetQuota 
  3595. Declare Sub DeleteExpired
  3596. Declare Sub DeleteByDate
  3597. Declare Sub DeleteBySize
  3598. Declare Sub ReadAdminValues
  3599. '++LotusScript Development Environment:2:5:(Declarations):0:10
  3600. '*  Declarations
  3601. Dim webdb As NotesDatabase
  3602. Dim webview As notesview
  3603. Dim webcoll As notesdocumentcollection
  3604. Dim adminview As notesview
  3605. Dim admindoc As notesdocument
  3606. Dim currentdoc As NotesDocument
  3607. Dim expdate As Variant
  3608. Dim currdate As Variant
  3609. Dim purge_action As Variant
  3610. Dim private_purge As Variant
  3611. Dim db_size_limit As Double
  3612. Dim db_size_admin As Variant
  3613. Dim db_pct_goal As Variant
  3614. Dim db_size_goal As Double
  3615. Dim age_criteria As Variant
  3616. Dim size_criteria As Variant
  3617. Dim offsetdate As Variant
  3618. Dim lower As Long
  3619. Dim docs_deleted As Integer
  3620. Dim InterNotesServer As String
  3621. '++LotusScript Development Environment:2:2:Initialize:1:10
  3622. Sub Initialize
  3623.      
  3624.      Dim session As New NotesSession
  3625.      Dim cuttoff As New notesdatetime ("1/1/94")
  3626.      Set webdb = session.CurrentDatabase
  3627.      
  3628.           '*
  3629.           '*  We are going to write a whole bunch of stuff to the Notes log to
  3630.           '*  help "understand" which Web documents get purged and why.
  3631.           '*
  3632.      
  3633.      Print "=============================================================="
  3634.      Print Session.NotesVersion
  3635.      Print Session.Platform
  3636.      Print "Last modified by: " + Session.EffectiveUserName
  3637.      Print "Last run on: " + Cdat(Session.LastRun)
  3638.      Print "Last exit status: " + Str(Session.LastExitStatus)
  3639.      Print "=============================================================="
  3640.      
  3641.      '*
  3642.      '*  We need the InterNotes server name for this database so we can find
  3643.      '*  the correct Admin document. 
  3644.      '*
  3645.      
  3646.      If ( Session.IsOnServer ) Then
  3647.           InterNotesServer = Session.Username
  3648.      Else
  3649.           InterNotesServer = WebDB.Server
  3650.      End If
  3651.      
  3652.      Print "InterNotes server: " + InterNotesServer
  3653.      
  3654.      '*
  3655.      '*  Now all of the fields are read from the admin document and assigned
  3656.      '*  to the specified variables.  All databases and views are also
  3657.      '*  assigned and set to the proper values.
  3658.      '*
  3659.      
  3660.      If Not (Webdb Is Nothing) Then
  3661.           Set adminview = Webdb.getview("($Admin)")
  3662.           If Not (adminview Is Nothing) Then
  3663.                Set admindoc = adminview.getdocumentbykey(InterNotesServer, False)
  3664.                
  3665.      '*
  3666.      '*  Make sure that the admindoc got set correctly.
  3667.      '*  and retrieve parameters from it.
  3668.      '*
  3669.                If Not(admindoc Is Nothing) Then 
  3670.                     ReadAdminValues
  3671.                     
  3672.      '*
  3673.      '*  This sets the sizequota for the database
  3674.      '*  based on the setting in the admin note.
  3675.      '*
  3676.                     SetQuota
  3677.      '*
  3678.      '*  This is the actual start of the code for the purge agent.
  3679.      '*   It checks to see if the purging of private documents is turned
  3680.      '*  on.  Based on that selection it follows a series of for next
  3681.      '*  loops parsing selected documents in a collection.
  3682.      '*
  3683.                     Print "Starting Purge Agent for web.nsf"
  3684.                     
  3685.                     If (Private_purge(0)<>"1") Then    
  3686.                          
  3687.                     '*
  3688.                     '*  If the database size has exceeded the database size goal
  3689.                     '*  as set in the admin note, it starts deleted expired pages
  3690.                     '*  with no regard for private pages
  3691.                     '*
  3692.                          If ( db_size_goal < webdb.size ) Then             
  3693.                               Set webcoll = webdb.search("(Form=""HTMLForm"" & Expiration <> NULL) | ($Title = ""HTMLFormDoc""& expiration <> NULL)", cuttoff, 0)
  3694.                               DeleteExpired
  3695.                          End If   
  3696.                '*
  3697.                '*  This loop checks to see if the database size has exceeded the
  3698.                '*  database size goal as set in the admin note.  If it has then
  3699.                '*  it needs to start deleting documents based on their
  3700.                '*  origination date in the database (the time_date field).
  3701.                '*  This loop includes private documents.
  3702.                '*
  3703.                          If ( db_size_goal < webdb.size ) Then
  3704.                               If (age_criteria(0) <> "0") Then
  3705.                                    Set webcoll = webdb.search("Form=""HTMLForm"" | $Title = ""HTMLFormDoc""", cuttoff, 0)
  3706.                                    DeleteByDate
  3707.                               End If
  3708.                          End If
  3709.                '*
  3710.                '*  This loop again checks to see if the database size has
  3711.                '*  exceeded the size goal as set in the admin note.  If the
  3712.                '*  size goal still needs to be acheived, this loop deletes
  3713.                '*  based on document size including private documents.
  3714.                '*
  3715.                          If ( db_size_goal < webdb.size ) Then
  3716.                               Set webcoll = webdb.search("Form=""HTMLForm"" | $Title = ""HTMLFormDoc""", cuttoff, 0)
  3717.                               DeleteBySize
  3718.                          End If
  3719.                     Else
  3720.                          '*
  3721.                          '* If Private pages are excluded from the purge, the following code is run.
  3722.                          '* 
  3723.                          
  3724.                '*
  3725.                '*  This loop is a repeat of the first one above except that it
  3726.                '*  deletes expired documents with regard to private pages.
  3727.                '*  Note that the search criteria in the collection specifies
  3728.                '*  privacy_flags not equal to one.  This eliminates private
  3729.                '*  pages from the documents returned in the collection.
  3730.                '*
  3731.                          If ( db_size_goal < webdb.size ) Then 
  3732.                               Set webcoll = webdb.search("(Form=""HTMLForm"" &PrivatePage<>""1""&expiration<>NULL)|( $Title = ""HTMLFormDoc""&PrivatePage<>""1""&expiration<>NULL)", cuttoff, 0)
  3733.                               DeleteExpired
  3734.                          End If
  3735.                '*
  3736.                '*  This loop checks to see if the database size has exceeded
  3737.                '*  the database size goal as set in the admin note.  If it has
  3738.                '*  then it needs to start deleting documents based on their
  3739.                '*  origination date in the database (the time_date field).
  3740.                '*  This loop excludes private documents.
  3741.                '*
  3742.                          If ( db_size_goal < webdb.size ) Then
  3743.                               Set webcoll = webdb.search("(Form=""HTMLForm"" & PrivatePage<>""1"") |( $Title = ""HTMLFormDoc""&PrivatePage<>""1"")", cuttoff, 0)
  3744.                               DeleteByDate
  3745.                          End If
  3746.                '*
  3747.                '*  This loop again checks to see if the database size has
  3748.                '*  exceeded the size goal as set in the admin note.  If the
  3749.                '*  size goal still needs to be achieved, this loop deletes
  3750.                '*  based on document size excluding private documents.
  3751.                '*
  3752.                          If ( db_size_goal < webdb.size ) Then
  3753.                               Set webcoll = webdb.search("(Form=""HTMLForm"" &PrivatePage<>""1"")|( $Title = ""HTMLFormDoc""&PrivatePage<>""1"")", cuttoff, 0)
  3754.                               DeleteBySize
  3755.                          End If
  3756.                     End If        
  3757.      '*
  3758.      '*  This ends the purging code.  What remains is some cleanup.  The main
  3759.      '*  $All view needs to be refreshed and the database is properly closed.
  3760.      '*  If the database size goal has still not been met, some information
  3761.      '*  is printed to the notes log to inform the administrator that they
  3762.      '*  should up the size goal.
  3763.      '*
  3764.                     Set webview = webdb.getview("($All)")
  3765.                     Call webview.refresh()
  3766.                     Print "Just refreshed the 'All documents view"
  3767.                     Print "Purge Agent ending for web.nsf"
  3768.                     Print "Purge Agent deleted " + Cstr(docs_deleted) + " documents from web.nsf."
  3769.                     If (db_size_goal < webdb.size) Then
  3770.                          Print "Purge Agent was unable to delete enough documents to make the database meet it's size criteria."
  3771.                          Print "Please re-evaluate your purge criteria or raise your maximum database size in the Admin document."
  3772.                     End If
  3773.                     
  3774.                Else
  3775.                     Print "Unable to find the correct Admin document for this server.  Exiting without purging."
  3776.                End If
  3777.           Else
  3778.                Print "The Admin view could not be found.  Exiting without purging."
  3779.           End If
  3780.           
  3781.      Else
  3782.           Print "The Web Database could not be opened.  Exiting without purging."
  3783.      End If
  3784.      
  3785. End Sub
  3786. '++LotusScript Development Environment:2:2:ReduceToLink:1:8
  3787. Sub ReduceToLink (docLocal As NotesDocument)
  3788.      '*
  3789.      '*  This function reduces the page to a link versus deleteing the entire page.
  3790.      '*
  3791.      docLocal.RemoveItem "Body"
  3792.      docLocal.RemoveItem "HTMLSource"
  3793.      docLocal.RemoveItem "HTMLBody"
  3794.      docLocal.RemoveItem "$Background"
  3795.      docLocal.RemoveItem "$File"
  3796.      docLocal.Save True,True
  3797. End Sub
  3798. '++LotusScript Development Environment:2:2:SetQuota:1:8
  3799. Sub SetQuota 
  3800.      
  3801.      '*
  3802.      '*  this function returns the sizequota for the database.
  3803.      '*
  3804.      
  3805.      If ( db_size_limit <> webdb.sizequota ) Then
  3806.           webdb.sizequota = db_size_limit
  3807.      End If
  3808. End Sub
  3809. '++LotusScript Development Environment:2:2:DeleteExpired:1:8
  3810. Sub DeleteExpired
  3811.      For j = 1 To webcoll.count
  3812.           Set currentdoc = webcoll.GetNthDocument(j)
  3813.                          '*
  3814.                          '*  This statement checks for a non-blank value in the
  3815.                          '*  expiration field and then compares it with todays
  3816.                          '*  date.  If the expiration date has already passed,
  3817.                          '*  the document is deleted.
  3818.                          '*
  3819.           If ( currentdoc.hasitem("Expiration") ) Then
  3820.                If ( currentdoc.getitemvalue("Expiration")(0)<>"" ) Then
  3821.                     expdate = currentdoc.getitemvalue("Expiration")
  3822.                     If ( Cdat(expdate(0)) <= Cdat(currdate) ) Then
  3823.                          If Purge_Action(0) = "1" Then
  3824.                               ReduceToLink currentdoc
  3825.                          Else 
  3826.                               Call currentdoc.remove(True)
  3827.                          End If
  3828.                          docs_deleted=docs_deleted+1
  3829.                     End If
  3830.                End If
  3831.           End If
  3832.      Next
  3833.      
  3834. End Sub
  3835. '++LotusScript Development Environment:2:2:DeleteByDate:1:8
  3836. Sub DeleteByDate
  3837.      
  3838.      Dim origdate As Variant
  3839.      
  3840.      For j = 1 To webcoll.count
  3841.           Set currentdoc = webcoll.GetNthDocument(j)
  3842.                          '*
  3843.                          '*  This statement checks for the creation date
  3844.                          '*  (origination date of the html document) and
  3845.                          '*  then compares it with the offset date computed
  3846.                          '*  from the age criteria deletion field in the admin
  3847.                          '*  note.
  3848.                          '*
  3849.           
  3850.           origdate = currentdoc.created
  3851.           If ( Cdat(origdate) < Cdat(offsetdate) ) Then
  3852.                If Purge_Action(0) = "1" Then
  3853.                     ReduceToLink currentdoc
  3854.                Else 
  3855.                     Call currentdoc.remove(True)
  3856.                End If
  3857.                docs_deleted=docs_deleted+1
  3858.           End If
  3859.           
  3860.      Next
  3861.      
  3862. End Sub
  3863. '++LotusScript Development Environment:2:2:DeleteBySize:1:8
  3864. Sub DeleteBySize
  3865.      For j = 1 To webcoll.count
  3866.           Set currentdoc = webcoll.GetNthDocument(j)
  3867.                          '*
  3868.                          '*  This statement checks the current size of the
  3869.                          '*  document and compares it against the size limit
  3870.                          '*  set in the admin note.  If it exceeds it, it
  3871.                          '*  deletes the document.
  3872.                          '*
  3873.           If ( currentdoc.size >= lower ) Then
  3874.                If Purge_Action(0) = "1" Then
  3875.                     ReduceToLink currentdoc
  3876.                Else 
  3877.                     Call currentdoc.remove(True)
  3878.                End If
  3879.                docs_deleted = docs_deleted+1
  3880.           End If
  3881.      Next
  3882.      
  3883. End Sub
  3884. '++LotusScript Development Environment:2:2:ReadAdminValues:1:8
  3885. Sub ReadAdminValues
  3886.      docs_deleted =0
  3887.      currdate = Today()
  3888.      purge_action = admindoc.getitemvalue("Purge_Action")
  3889.      private_purge = admindoc.getitemvalue("Private_Exp")
  3890.      age_criteria = admindoc.getitemvalue("Age_Criteria")
  3891.      offsetdate = Datenumber(Year(currdate), Month(currdate), Day(currdate) - Cint(age_criteria(0)))
  3892.      db_size_admin = admindoc.getitemvalue("Size")
  3893.      db_size_limit = Cdbl(db_size_admin(0)) * (1048)
  3894.      db_pct_goal = admindoc.getitemvalue("Pct_Db_Goal")
  3895.      size_criteria = admindoc.getitemvalue("Size_Criteria")
  3896.      db_size_goal = db_size_limit * (Cdbl(db_pct_goal(0))*.01)
  3897.      
  3898.      Select  Case size_criteria(0) 
  3899.      Case "1"
  3900.           lower = 262144
  3901.      Case "2"
  3902.           lower = 524288
  3903.      Case "3"
  3904.           lower = 1048576
  3905.      End Select
  3906. End Sub
  3907. O=Lotus Notes
  3908. O=Lotus Notes
  3909. PURSAFO
  3910. |.:#U
  3911. O=Lotus Notes
  3912. CN=Lotus Notes Template Development/O=Lotus Notes
  3913. PURSAFO
  3914. Fde!f^^
  3915.  qD\[
  3916. $TITLE
  3917. $AssistType
  3918. $AssistLastRun
  3919. $AssistDocCount
  3920. $AssistFlags
  3921. $AssistTrigger
  3922. $AssistInfo
  3923. $AssistQuery
  3924. $AssistAction
  3925. $AssistAction_Ex
  3926. '++LotusScript Development Environment:2:5:(Options):0:66
  3927. '++LotusScript Development Environment:2:5:(Forward):0:1
  3928. Declare Sub Initialize
  3929. '++LotusScript Development Environment:2:5:(Declarations):0:10
  3930. Dim WebDB As NotesDatabase                       'Represents the Web database
  3931. Dim WebAllView As NotesView                         'Represents the $All view
  3932. Dim WebAdminView As NotesView                   'Represents the $Admin view
  3933. Dim WebColl As NotesDocumentCollection
  3934. Dim WebAdminDoc As NotesDocument           'Represents the Admin document
  3935. Dim WebDoc As NotesDocument                     'Represents the current retrieved Web document
  3936. Dim CurrentDoc As NotesDocument                 'Represents the current cached Web document
  3937. Dim Url As Variant
  3938. Dim RepConflicts As NotesdocumentCollection
  3939. Dim NumDocsReloadErrors As Integer
  3940. Dim NumDocsRefreshed As Integer
  3941. Dim DebugFlag As String
  3942. Dim InterNotesServer As String
  3943. Dim PurgeAction As String
  3944. '++LotusScript Development Environment:2:2:Initialize:1:10
  3945. Sub Initialize
  3946.      Dim Session As New NotesSession                                 'Represents the current session
  3947.      Dim CuttoffTime As New NotesDateTime ("1/1/94")
  3948.      
  3949.      '*
  3950.      '*  We have started!  Check for debug flag in the configuration
  3951.      '*  file to see if we should log debug information.
  3952.      '*
  3953.      DebugFlag = Session.GetEnvironmentValue("WebDebugRefreshAgent",False)
  3954.      
  3955.      If ( DebugFlag = "1" ) Then
  3956.           '*
  3957.           '*  We are going to write a whole bunch of stuff to the Notes log to
  3958.           '*  help "understand" which Web documents get refreshed and why.
  3959.           '*
  3960.           Print "=============================================================="
  3961.           Print "Starting in debug mode..."
  3962.           Print Session.NotesVersion
  3963.           Print Session.Platform
  3964.           Print "Last modified by: " + Session.EffectiveUserName
  3965.           Print "Last run on: " + Cdat(Session.LastRun)
  3966.           Print "Last exit status: " + Str(Session.LastExitStatus)
  3967.           Print "=============================================================="
  3968.      End If
  3969.      
  3970.      '*
  3971.      '*  Instantiate the Web database as the DB we are currently working on.
  3972.      '*
  3973.      Set WebDB = Session.CurrentDatabase
  3974.      
  3975.      If ( DebugFlag = "1" ) Then
  3976.           Print "Database title: " + WebDB.Title
  3977.           Print "Database created on: " + Cdat(WebDB.Created)
  3978.           Print "Database template name: " + WebDB.DesignTemplateName
  3979.      End If
  3980.      
  3981.      '*
  3982.      '*  Find the Admin document in the Web Retriever Database
  3983.      '*  so we can find our Admin settings for the retriever.
  3984.      '*
  3985.      
  3986.      Set WebAdminView = WebDB.GetView("($Admin)")
  3987.      
  3988.      If ( DebugFlag = "1" ) Then
  3989.           Print "Using Admin view: " + WebAdminView.Name
  3990.      End If
  3991.      
  3992.      '*
  3993.      '*  We need the InterNotes server name for this agent so we can find
  3994.      '*  the correct admin document.  
  3995.      '*
  3996.      
  3997.      If ( Session.IsOnServer ) Then
  3998.           InterNotesServer = Session.Username
  3999.      Else
  4000.           InterNotesServer = WebDB.Server
  4001.      End If
  4002.      
  4003.      If ( DebugFlag = "1" ) Then
  4004.           Print "InterNotes server: " + InterNotesServer
  4005.      End If
  4006.      
  4007.      '*
  4008.      '*  Get the Admin document using the InterNotes server name as the key.
  4009.      '*  Get the refresh and verbose flags out of the document.  Close the
  4010.      '*  Admin document when we are done.
  4011.      '*
  4012.      Set WebAdminDoc = WebAdminView.GetDocumentByKey(InterNotesServer, False)
  4013.      '*
  4014.      '*  Make sure that the server document exists before retrieving values.
  4015.      '*
  4016.      If Not(WebAdminDoc Is Nothing) Then
  4017.           
  4018.           PurgeAction = WebAdminDoc.Purge_Action(0)
  4019.           
  4020.      '*
  4021.      '*  Normal startup message...
  4022.      '*
  4023.           If (DebugFlag <> "1" ) Then
  4024.                Print "Starting..."
  4025.                Print "Last run on: " + Cdat(Session.LastRun)
  4026.                Print "Last exit status: " + Str(Session.LastExitStatus)
  4027.           End If    
  4028.           
  4029.           '*
  4030.           '*  First we must remove any replication conflicts that may have happened.
  4031.           '*
  4032.           
  4033.           Set RepConflicts=WebDB.UnprocessedSearch("@isavailable($Conflict)",CuttoffTime, 0)
  4034.           For Y = 1 To RepConflicts.count
  4035.                Set CurrentDoc = RepConflicts.GetNthDocument(y)
  4036.                Call CurrentDoc.Delete              
  4037.           Next
  4038.           
  4039.      '*
  4040.      '*  We now have to search the database for candidates for refreshing.
  4041.      '*  We only want to refresh documents that pass the following criteria:
  4042.      '*      1. Only Web pages, not ratings, auto-launch documents, etc.  Web
  4043.      '*          Web page always have form name "HTMLForm", or if they contain
  4044.      '*          an HTML form, the title is "HTMLFormDoc".
  4045.      '*      2. Only public pages should be refreshed, not private pages.
  4046.      '*      3. Only HTTP pages should be refreshed because they are the only
  4047.      '*          ones we can check for "Last-Modified" date/time.
  4048.      '*      4. Don't refresh pages that need authentication 
  4049.      '*      5.  Don't refresh deferred objects that are stored in the database.         
  4050.      '*
  4051.           
  4052.           If ( DebugFlag = "1" ) Then
  4053.                Print "Searching the database for candidates to refresh..."
  4054.           End If
  4055.           
  4056.           NumDocsReloadErrors = 0
  4057.           NumDocsRefreshed = 0
  4058.           NumDocsRefreshedNotToday = 0
  4059.           NumDocsRefreshedBadLMDate = 0
  4060.           Set WebColl = WebDB.UnprocessedSearch("(((Form=""HTMLForm"") | ($Title = ""HTMLFormDoc"")) & (DeferredObject !=""1"")&(PrivatePage!=""1"") & (@contains(url;""http"")) & (HTTPstatus = ""200"")& (!@contains(url; ""pathfinder"")))", CuttoffTime, 0)
  4061.           
  4062.           If ( DebugFlag = "1" ) Then
  4063.                Print "Found " + Str(WebColl.Count) + " documents that are candidates to refresh"
  4064.           End If
  4065.           
  4066.           If ( WebColl.Count = 0 ) Then
  4067.           '*
  4068.           '*  There are no documents in the database to refresh.
  4069.           '*
  4070.                If ( DebugFlag = "1" ) Then
  4071.                     Print "There are no documents in the database to refresh"
  4072.                End If
  4073.                Exit Sub
  4074.           End If
  4075.           
  4076.      '*
  4077.      '*  Loop over all of the documents returned in the collection using the reloadifmodified
  4078.      '*  flag on the getdocumentbyurl method.  This will reload the page if it has changed
  4079.      '*  yet preserve the page if there are connectivity problems.
  4080.      '*
  4081.           For i = 1 To WebColl.Count
  4082.           '*
  4083.           '*  Get the next document in the collection
  4084.           '*
  4085.                Set CurrentDoc = WebColl.GetNthDocument(i)
  4086.                If ( DebugFlag = "1" ) Then
  4087.                     Print "------------------------------------------------------------------------------------------------------------"
  4088.                     Print "Current document number: " + Cstr(i)
  4089.                End If
  4090.           '*
  4091.           '*  Make sure there is a URL in the document
  4092.           '*  that we can use for the retrieval.
  4093.           '*
  4094.                If ( Not CurrentDoc.HasItem("url") ) Then
  4095.                '*
  4096.                '*  We can't do anything if we don't have a URL.
  4097.                '*  Go onto the next document.
  4098.                '*
  4099.                     If ( DebugFlag = "1" ) Then
  4100.                          Print "Document does not contain a URL item, skipping..."
  4101.                     End If
  4102.                     Goto NextDocument
  4103.                End If
  4104.           '*
  4105.           '*  Get the URL out of the current document.
  4106.           '*
  4107.                Url = CurrentDoc.GetItemValue("url")
  4108.                If ( DebugFlag = "1" ) Then
  4109.                     Print "Current URL: " + Url(0)
  4110.                End If
  4111.                
  4112.                If PurgeAction <>"0" Then       
  4113.                     
  4114.                     '*
  4115.                     '*  Check to see if the PurgeAction specified in the admin note is Reduce to Link
  4116.                     '*  If it is not, proceed as normal.  If it is, check to see if the page has been reduced.
  4117.                     '*  If the page has been reduced, leave it alone.
  4118.                     '*
  4119.                     
  4120.                     Set WebDoc = WebDB.GetDocumentByUrl(Url(0), 2)
  4121.                     WebStatusFlag = WebDoc.GetItemValue("HTTPStatus")
  4122.                     If ( DebugFlag = "1" ) Then
  4123.                          Print "Retrieve status :" + WebStatusFlag(0)
  4124.                     End If
  4125.                     If ( WebStatusFlag(0) = "200" ) Or (WebStatusFlag(0) = "201") Or (WebStatusFlag(0) = "304") Then
  4126.                          NumDocsRefreshed = NumDocsRefreshed+1
  4127.                     Else
  4128.                          NumDocsReloadErrors = NumDocsReloadErrors + 1
  4129.                     End If
  4130.                Else
  4131.                     If CurrentDoc.HasItem("Body") Then
  4132.                          Set WebDoc = WebDB.GetDocumentByUrl(Url(0), 2)
  4133.                          WebStatusFlag = WebDoc.GetItemValue("HTTPStatus")
  4134.                          If ( DebugFlag = "1" ) Then
  4135.                               Print "Retrieve status :" + WebStatusFlag(0)
  4136.                          End If
  4137.                          If ( WebStatusFlag(0) = "200" ) Or (WebStatusFlag(0) = "201") Or (WebStatusFlag(0) = "304") Then
  4138.                               NumDocsRefreshed = NumDocsRefreshed+1
  4139.                          Else
  4140.                               NumDocsReloadErrors = NumDocsReloadErrors + 1
  4141.                          End If
  4142.                     Else
  4143.                          Goto NextDocument
  4144.                     End If
  4145.                End If
  4146.                
  4147. NextDocument:
  4148.           '*
  4149.           '*  We are done with the current document,
  4150.           '*  continue with the next.
  4151.           '*
  4152.           Next
  4153.      '*
  4154.      '*  Let's be good and refresh the view so that
  4155.      '*  it doesn't take so long for the first user
  4156.      '*  that connects when we're done.
  4157.      '*
  4158.           Set WebAllView = WebDB.GetView("($All)")
  4159.           Call WebAllView.Refresh
  4160.      '*
  4161.      '*  Display how many documents we refreshed out of the total number
  4162.      '*  we found that were candidates for refreshing.
  4163.      '*
  4164.           If ( DebugFlag = "1" ) Then
  4165.                Print "------------------------------------------------------------------------------------------------------------"
  4166.           End If
  4167.           If ( DebugFlag = "1" ) Then
  4168.                Print "Refreshed " + Cstr(NumDocsRefreshed) + " because they had been modified"
  4169.                Print "Unable to refresh " + Cstr(NumDocsReloadErrors) + " because of network or HTTP server problems "
  4170.           End If
  4171.           If ( DebugFlag = "1" ) Then
  4172.                Print "Refreshed "+ Cstr(NumDocsRefreshed+NumDocsRefreshedNotToday+NumDocsRefreshedBadLMDate) +" document(s) out of " + Cstr( webcoll.count)
  4173.           End If
  4174.           If ( DebugFlag = "1" ) Then
  4175.                Print "=============================================================="
  4176.           End If
  4177.      Else
  4178.           If (DebugFlag = "1" ) Then
  4179.                Print "Unable to find the correct admin document. "
  4180.                Print "Refresh agent did not refresh."
  4181.           End If
  4182.      End If
  4183. End Sub
  4184. O=Lotus Notes
  4185. O=Lotus Notes
  4186. PURSAFO
  4187. |.:#U
  4188. O=Lotus Notes
  4189. CN=Lotus Notes Template Development/O=Lotus Notes
  4190. PURSAFO
  4191. Fde!f^^
  4192. $TITLE
  4193. $AssistType
  4194. $AssistLastRun
  4195. $AssistDocCount
  4196. $AssistFlags
  4197. $AssistTrigger
  4198. $AssistInfo
  4199. $AssistQuery
  4200. $AssistAction
  4201. $AssistAction_Ex
  4202. Categori_zeK
  4203. _Edit Document
  4204. Send Docu_ment
  4205. _Open URL
  4206. _Home
  4207. WebFolders
  4208.     0S0E
  4209. (Home)
  4210.     0S0E
  4211. _Directory Search
  4212. Search
  4213.     0S0E
  4214. _Forward
  4215. _AdministrationKT
  4216. WebAdmin
  4217. _Move to Folder...    
  4218. _Remove from Folder...
  4219. Home NavigatorX
  4220. WebFolders
  4221.     0S0E
  4222. (Home)
  4223.     0S0E
  4224. WebFolders|
  4225.     0S0E
  4226. Views NavigatorKb
  4227. WebFolders
  4228.     0S0E
  4229. (All Documents)
  4230.     0S0E
  4231. WebFolders|
  4232.     0S0E
  4233. Recommended Navigator
  4234. WebFolders
  4235.     0S0E
  4236. (Recommended)
  4237.     0S0E
  4238. WebFolders|
  4239.     0S0E
  4240. O=Lotus Notes
  4241. O=Lotus Notes
  4242. PURSAFO
  4243. |.:#U
  4244. O=Lotus Notes
  4245. CN=Lotus Notes Template Development/O=Lotus Notes
  4246. PURSAFO
  4247. Fde!f^^
  4248. $ACTIONS
  4249. $TITLE
  4250. $Name
  4251. $Index
  4252. $Formula
  4253. $FormulaClass
  4254. $VIEWFORMAT
  4255. $Comment
  4256. Launch URLv
  4257. SaveOptions
  4258. [WebMaster]
  4259.     1S2S3R12S
  4260. SaveOptions
  4261. [WebMaster]
  4262. SaveOptions
  4263. SaveOptions
  4264. Enter a URL to Launch: 
  4265. httpF
  4266. mailtoF
  4267. gopherF
  4268. fingerF
  4269. You must enter the protocol for the url string.
  4270.     0S0E
  4271. URLYou must enter the protocol for the URl (eg. http://www.lotus.com)
  4272.     0S0E
  4273. Click here to launch:
  4274. Enter a descriptive comment (the title is the default): 
  4275. Comments
  4276. If you see this form, you are using a version of the Notes Client that does not support auto-launching of URL links in Notes forms.  See your Notes administrator to either upgrade your software to version 4.1 or later, or to revert this Notes application to an earlier version.
  4277. Why do I have to do this?
  4278. Select a category for the document:  
  4279. Content
  4280. Art and Culture |0Business and Finance |1Computers and Internet |2Education |3Entertainment |4Government |5Publications |6Recreation and Sports |7Reference |8Shopping |9
  4281. SaveOptions
  4282. O=Lotus Notes
  4283. O=Lotus Notes
  4284. PURSAFO
  4285. |.:#U
  4286. O=Lotus Notes
  4287. CN=Lotus Notes Template Development/O=Lotus Notes
  4288. PURSAFO
  4289. Fde!f^^
  4290. $TITLE
  4291. $FormUsers
  4292. $AUTOLAUNCH
  4293. $INFO
  4294. $$ScriptName
  4295. $$FormAction1
  4296. $$FormAction6
  4297. $BODY
  4298. Categori_zeK
  4299. _Edit Document
  4300. Send Docu_ment
  4301. _Forward
  4302. _Move to Folder...
  4303. _Remove from Folder...
  4304. O=Lotus Notes
  4305. O=Lotus Notes
  4306. PURSAFO
  4307. |.:#U
  4308. O=Lotus Notes
  4309. CN=Lotus Notes Template Development/O=Lotus Notes
  4310. PURSAFO
  4311. Fde!f^^
  4312. <<b.0
  4313. $TITLE
  4314. $Index
  4315. $Formula
  4316. $FormulaClass
  4317. $VIEWFORMAT
  4318. $Comment
  4319. $ACTIONS
  4320. '++LotusScript Development Environment:2:5:(Options):0:74
  4321. Option Public
  4322. '++LotusScript Development Environment:2:5:(Forward):0:1
  4323. Declare Sub UpdateAddressBook
  4324. Declare Sub Initialize
  4325. Declare Sub ChangeStatusCodes
  4326. Declare Sub ChangeURLField
  4327. Declare Sub ReformatHeader
  4328. Declare Sub RenameHTMLSourceField
  4329. Declare Sub RenameCDTextField
  4330. Declare Sub RenamePrivatePage
  4331. '++LotusScript Development Environment:2:5:(Declarations):0:10
  4332. Dim Session As notessession
  4333. Dim WebDB As Notesdatabase
  4334. Dim CurrentWebPage As Notesdocument
  4335. Dim WebColl As notesdocumentcollection
  4336. '++LotusScript Development Environment:2:2:UpdateAddressBook:1:8
  4337. Sub UpdateAddressBook
  4338.      
  4339.      Dim ServerView As notesview
  4340.      Dim ServerDocument As NotesDocument
  4341.      Dim WebAdminView As Notesview
  4342.      Dim AdminDoc As notesdocument
  4343.      Dim InterNotesServer As String
  4344.      
  4345.      
  4346.      Set WebAdminView = WebDB.GetView("($Admin)")
  4347.      
  4348.      
  4349.      If ( Session.IsOnServer ) Then
  4350.           InterNotesServer = Session.Username
  4351.      Else
  4352.           InterNotesServer = WebDB.Server
  4353.      End If  
  4354.      
  4355.      Set WebAdminDoc = WebAdminView.GetDocumentByKey(InterNotesServer, False)
  4356.      
  4357.      If Not(WebAdminDoc Is Nothing) Then
  4358.           Dim PublicAddressBook  As New Notesdatabase(InterNotesServer, "names.nsf")             
  4359.           Set ServerView = PublicAddressBook.GetView("($Servers)")
  4360.           Set Serverdocument = ServerView.Getdocumentbykey(InterNotesServer, False)
  4361.           If Not (Serverdocument Is Nothing) Then
  4362.                If Serverdocument.WebDbName(0) = "" Then    Serverdocument.WebDbName(0) = "web.nsf"   
  4363.                Dim services As Variant
  4364.                services= webadmindoc.services
  4365.                Call ServerDocument.ReplaceitemValue("WebServices", Services)
  4366.                Call  Serverdocument.Replaceitemvalue("WebRetrievers",  WebAdminDoc.C_users(0))
  4367.                Call Serverdocument.Replaceitemvalue("WebLogLevel",  WebAdminDoc.Verbose(0))
  4368.                Call Serverdocument.Replaceitemvalue("SMTP_Domain",  WebAdminDoc.SMTP_Domain(0))
  4369.                Dim allowaccess As Variant
  4370.                allowaccess = webadmindoc.allow_access
  4371.                Call Serverdocument.Replaceitemvalue("WebAllow", allowaccess)
  4372.                Dim denyaccess As Variant
  4373.                denyaccess = webadmindoc.deny_access
  4374.                Call Serverdocument.Replaceitemvalue("WebDeny",  denyaccess)
  4375.                Call Serverdocument.Replaceitemvalue("Proxy_HTTP",  WebAdminDoc.Proxy_HTTP(0))
  4376.                Call Serverdocument.Replaceitemvalue("Proxy_FTP" , WebAdminDoc.Proxy_FTP(0))
  4377.                Call Serverdocument.Replaceitemvalue("Proxy_Gopher", WebAdminDoc.Proxy_Gopher(0))
  4378.                Dim noproxy As Variant
  4379.                noproxy = webadmindoc.no_proxy
  4380.                Call Serverdocument.replaceitemvalue("No_Proxy", noproxy)
  4381.           Else
  4382.                Print "Error: Upgrade Agent is unable to locate Server Document in the Public Address Book on this server."
  4383.                Exit Sub
  4384.           End If       
  4385.      Else
  4386.           Print "Error:  Upgrade Agent is unable to locate the current Administration document."
  4387.           Exit Sub
  4388.      End If
  4389. End Sub
  4390. '++LotusScript Development Environment:2:2:Initialize:1:10
  4391. Sub Initialize
  4392.      Set Session = New notessession
  4393.      Set WebDB = Session.Currentdatabase
  4394.      Dim CuttoffTime As New NotesDateTime ("1/1/94")
  4395.      
  4396.      Select Case  Msgbox("The Upgrade Agent is about to modify the settings in your InterNotes Servers Address book.  Would you like " _
  4397.      + "those updates to be made now?  Clicking No indicates that you will make these changes manually.  Please see the release notes for instructions" _
  4398.      + ".",36,"Modify Web Navigator Settings")    
  4399.      Case 6
  4400.           UpdateAddressBook
  4401.      Case 7
  4402.           Goto Continue     
  4403.      End Select
  4404.      
  4405. Continue:     
  4406.      Set WebColl = WebDB.Search("((Form=""HTMLForm"") | ($Title = ""HTMLFormDoc"")) ", CuttoffTime, 0)
  4407.      If WebColl.count = 0 Then
  4408.           Print "Upgrade agent has not found any documents to update."
  4409.           Exit Sub
  4410.      End If
  4411.      
  4412.      For j = 1 To WebColl.count
  4413.           Set CurrentWebPage = WebColl.GetNthDocument(j)
  4414.           If CurrentWebPage.hasitem("Status") And Not(CurrentWebPage.hasitem("HTTPStatus")) Then
  4415.                ChangeStatusCodes
  4416.           End If
  4417.           If CurrentWebPage.hasitem("$URL1") Then
  4418.                ChangeURLField
  4419.           End If
  4420.           If CurrentWebPage.hasitem("$HTTPHeaders") Then
  4421.                ReformatHeader
  4422.           End If
  4423.           If CurrentWebPage.hasitem("HTML_TEXT") Then
  4424.                RenameHTMLSourceField
  4425.           End If
  4426.           If CurrentWebPage.hasitem("CD_TEXT") Then
  4427.                RenameCDTextField
  4428.           End If
  4429.           If CurrentWebPage.hasitem("Privacy_flags") Then
  4430.                RenamePrivatePage
  4431.           End If
  4432.      Next
  4433.      
  4434.      
  4435. End Sub
  4436. '++LotusScript Development Environment:2:2:ChangeStatusCodes:1:8
  4437. Sub ChangeStatusCodes
  4438.      Dim Status As String
  4439.      Dim Item As NotesItem
  4440.      Status = CurrentWebPage.status(0)
  4441.      
  4442.      Select Case Status 
  4443.      Case "0"
  4444.           Set Item = New NotesItem(CurrentWebPage, "HTTPStatus", "200")
  4445.      Case  "-14"
  4446.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "401")
  4447.      Case "-15"
  4448.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "402")
  4449.      Case "-16"
  4450.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "403")
  4451.      Case "-17"
  4452.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "404")
  4453.      Case "-18"
  4454.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "402")
  4455.      Case "-19"
  4456.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "500")
  4457.      Case "-20"
  4458.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "501")
  4459.      Case "-23"
  4460.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "405")
  4461.      Case "-24"
  4462.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "406")
  4463.      Case "-25"
  4464.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "407")
  4465.      Case "-26"
  4466.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "408")
  4467.      Case "-27"
  4468.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "409")
  4469.      Case "-28"
  4470.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "410")
  4471.      Case "-29"
  4472.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "502")
  4473.      Case "-30"
  4474.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "503")
  4475.      Case "-31"
  4476.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "504")
  4477.      Case Else
  4478.           Set Item = New Notesitem(CurrentWebPage, "HTTPStatus", "200")
  4479.      End Select
  4480.      
  4481.      Call CurrentWebPage.Save(True,False)
  4482.      
  4483. End Sub
  4484. '++LotusScript Development Environment:2:2:ChangeURLField:1:8
  4485. Sub ChangeURLField
  4486.      
  4487.      Dim Item As NotesItem
  4488.      Dim URLFieldNum As Integer
  4489.      URLFieldNum = 1
  4490.      
  4491.      While CurrentWebPage.HasItem("$URL"+Cstr(URLFieldNum)) 
  4492.           Set Item = CurrentWebPage.GetFirstItem("$URL"+Cstr(URLFieldNum))
  4493.           Call CurrentWebPage.CopyItem( item, "URLLinks"+Cstr(URLFieldNum))
  4494.           Call CurrentWebpage.RemoveItem("$URL"+Cstr(URLFieldNum))
  4495.           URLFieldNum = URLFieldNum+1
  4496.      Wend
  4497.      Call CurrentWebPage.Save(True,False)
  4498. End Sub
  4499. '++LotusScript Development Environment:2:2:ReformatHeader:1:8
  4500. Sub ReformatHeader
  4501.      Dim HeaderField As Variant
  4502.      HeaderField = CurrentWebPage.Getitemvalue("$HTTPHeaders")
  4503.      Forall j In Headerfield
  4504.           If j = "" Then Exit Forall
  4505.           HeaderItem$ = Left( j ,  Instr( 1, j, ":" , 1)-1)
  4506.           HeaderValue$ = Right( j, (Len(j)-2) - (Instr( 1, j, ":" , 1)-1))
  4507.           Dim item As New notesitem( CurrentWebPage, "HTTP"+HeaderItem$, HeaderValue$)
  4508.      End Forall
  4509.      Call CurrentWebPage.RemoveItem("$HTTPHeaders")
  4510.      Call CurrentWebPage.Save(True, False)
  4511. End Sub
  4512. '++LotusScript Development Environment:2:2:RenameHTMLSourceField:1:8
  4513. Sub RenameHTMLSourceField
  4514.      Dim item As notesitem
  4515.      Set item = CurrentWebPage.GetFirstItem("HTML_TEXT")
  4516.      Call CurrentWebPage.CopyItem(item, "HTMLSource")
  4517.      Call CurrentWebPage.Removeitem("HTML_TEXT")
  4518.      Call CurrentWebPage.Save(True,False)
  4519. End Sub
  4520. '++LotusScript Development Environment:2:2:RenameCDTextField:1:8
  4521. Sub RenameCDTextField
  4522.      Dim item As notesitem
  4523.      Set item = CurrentWebPage.GetFirstItem("CD_TEXT")
  4524.      Call CurrentWebPage.CopyItem(item, "Body")
  4525.      Call CurrentWebPage.Removeitem("CD_TEXT")
  4526.      Call CurrentWebPage.Save(True,False)
  4527. End Sub
  4528. '++LotusScript Development Environment:2:2:RenamePrivatePage:1:8
  4529. Sub RenamePrivatePage
  4530.      
  4531.      If CurrentWebPage.Privacy_flags(0) = 1 Then
  4532.           Dim item As New notesitem( CurrentWebPage, "PrivatePage", "1")
  4533.           Call CurrentWebPage.Removeitem("Privacy_flags")
  4534.           Call CurrentWebPage.Save(True,False)
  4535.      End If
  4536. End Sub
  4537.     Nd    P
  4538. Nd    P,
  4539. Nd    S8
  4540. Nd    SD
  4541. Nd    SP
  4542. Nd    Pl
  4543. O=Lotus Notes
  4544. O=Lotus Notes
  4545. PURSAFO
  4546. |.:#U
  4547. O=Lotus Notes
  4548. CN=Lotus Notes Template Development/O=Lotus Notes
  4549. PURSAFO
  4550. Fde!f^^
  4551. $TITLE
  4552. $AssistType
  4553. $AssistLastRun
  4554. $AssistDocCount
  4555. $AssistFlags
  4556. $AssistTrigger
  4557. $AssistInfo
  4558. $AssistQuery
  4559. $AssistAction
  4560. $AssistAction_Ex
  4561. Digital Equipment Corporationhttp://www.digital.com/Digital Equipment CorporationLaunch URL2
  4562. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4563. ##############################################
  4564. Access HP - Welcome to Hewlett-Packardhttp://www.hp.com/Hewlett-Packard CorporationLaunch URL2
  4565. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4566. ############################################
  4567. The IBM world wide web home pagehttp://www.ibm.com/IBM CorporationLaunch URL2
  4568. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4569. ##########################################################
  4570. Welcome to Intelhttp://www.intel.com/Intel CorporationLaunch URL2
  4571. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4572. #########
  4573. Lotus Home Pagehttp://www.lotus.com/Lotus Development CorporationLaunch URL2
  4574. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4575. ##########################################################
  4576. Microsoft Corporationhttp://www.microsoft.com/Microsoft CorporationLaunch URL2
  4577. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4578. ##########################################################
  4579. Welcome to Netscapehttp://www.netscape.com/Netscape CorporationLaunch URL2
  4580. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4581. Olivetti WWW Server - Home PageLaunch URLhttp://www.olivetti.it/Olivetti Corporation2
  4582. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4583. #############################################
  4584. Sun Microsystemshttp://www.sun.com/Sun MicrosystemsLaunch URL2
  4585. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4586. ############
  4587. BYTE MagazineLaunch URLhttp://www.byte.com/BYTE Magazine6
  4588. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4589. #########
  4590. The WWW Virtual Library: Computinghttp://src.doc.ic.ac.uk/bySubject/Computing/Overview.htmlThe WWW Virtual Library: ComputingLaunch URL2
  4591. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4592. ##########################################################
  4593. InterNIC Directory and Database Services Home Pagehttp://ds.internic.net/InterNIC Directory and Database Services (AT&T)Launch URL2
  4594. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4595. #######
  4596. IETF Home Pagehttp://www.ietf.cnri.reston.va.us/home.htmlInternet Engineering Task ForceLaunch URL2
  4597. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4598. #######################################
  4599. Internet Society Home Pagehttp://www.isoc.org/Internet SocietyLaunch URL2
  4600. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4601. The World Wide Web Consortium (W3C)http://www.w3.org/pub/WWW/World Wide Web ConsortiumLaunch URL2
  4602. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4603. #########################################
  4604. The Web Developer's Virtual Libraryhttp://www.stars.com/Web Developer's Virtual LibraryLaunch URL2
  4605. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4606. ########################################
  4607. Launch URLAskERIC Home Pagehttp://ericir.syr.edu/3
  4608. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4609. ########################
  4610. Launch URLhttp://www.gsn.orgGlobal SchoolNet Foundation Home Page3
  4611. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4612. ########################################
  4613. Launch URLJohn F. Kennedy School of Government News Officehttp://ksgwww.harvard.edu/~ksgpress/ksgnews.htm3
  4614. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4615. ################################
  4616. Launch URLThe CTC K-12 Gatewayshttp://www.tc.cornell.edu/Edu/MathSciGateway/about.html3
  4617. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4618. ###################################################
  4619. Launch URLThe MIT Home Pagehttp://web.mit.edu/3
  4620. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4621. ###########################
  4622. Launch URLNational PTAhttp://www.pta.org/3
  4623. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4624. ################################
  4625. Launch URLSEDS Internet Party Househttp://www.seds.org/3
  4626. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4627. ##################
  4628. Launch URLNFL.COM: Front pagehttp://www.nfl.com/7
  4629. CN=Teresa Deane/O=Iris#####
  4630. Launch URLTech Corps home pagehttp://www.ustc.org/3
  4631. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4632. #######################
  4633. Launch URLhttp://www.nlm.nih.gov/research/visible/visible_human.htmlHyperDOC: The Visible Human Project3
  4634. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4635. ##########################################################
  4636. Launch URLThe World Lecture Hallhttp://www.utexas.edu/world/lecture/3
  4637. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4638. #####
  4639. Launch URLOther On-Line Educational Resourceshttp://www.ed.gov/EdRes/EdSupport.html3
  4640. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4641. ######################################################
  4642. Launch URLOnline Educational Resourceshttp://quest.arc.nasa.gov/OER/3
  4643. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4644. #####
  4645. Launch URLEDUCOM-Home Pagehttp://www.educom.edu/3
  4646. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4647. #########################
  4648. >Y5.D
  4649. Launch URLHotList of K-12 Internet School Siteshttp://sendit.sendit.nodak.edu/k12/3
  4650. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4651. #######################################################
  4652. Launch URLNCSA Education & Outreach Home Pagehttp://www.ncsa.uiuc.edu/Edu/EduHome.html3
  4653. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4654. ###################################################
  4655. Launch URLMetaCenter Education: Programs for K-12http://www.tc.cornell.edu/Edu/MetaCenter/EduK-12.html3
  4656. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4657. ###################################
  4658. Launch URLSciEd: Science and Mathematics Education Resourceshttp://www-hpcc.astro.washington.edu/scied/science.html3
  4659. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4660. ######################
  4661. Launch URLWeb66: International WWW School Registryhttp://web66.coled.umn.edu/schools.html3
  4662. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4663. ################################################
  4664. Launch URLU.S. Department of Educationhttp://www.ed.gov/3
  4665. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4666. #################
  4667. Launch URLThe World-Wide Web Virtual Library: Mathematicshttp://euclid.math.fsu.edu/Science/math.html3
  4668. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4669. ####################################
  4670. ##########################################################
  4671. ##########################################################
  4672. Welcome to MoneyLaunch URLhttp://pathfinder.com/@@lnX93MHEkwAAQBdl/money/moneyhome.htmlMoney Magazine: Personal Finance1
  4673. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4674. ##########################################
  4675. Welcome To The Monster Board!http://www.monster.com/Monster Board Career SiteLaunch URL1
  4676. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4677. ##################
  4678. NETworth by GALT Technologieshttp://networth.galt.com/www/home/networth.htmlNetworth Launch URL1
  4679. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4680. ##########
  4681. U.S. Securities & Exchange Commissionhttp://www.sec.gov/US Securities & Exchange CommissionLaunch URL1
  4682. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4683. AT&T Internet Toll Free 800 Directoryhttp://www.tollfree.att.net/dir800/AT&T Internet Toll Free 800 DirectoryLaunch URL1
  4684. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4685. ##################################################
  4686. FinanceNet WWW Home Pagehttp://www.financenet.gov/FinanceNetLaunch URL1
  4687. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4688. ###################################
  4689. FedEx Airbill Trackinghttp://www.fedex.com/track_it.htmlFedex  package trackingLaunch URL1
  4690. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4691. ################
  4692. UPS Package Trackinghttp://www.ups.com/tracking/tracking.htmlUPS package trackingLaunch URL1
  4693. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4694. ##############
  4695. Ad Age - It's All About MarketingLaunch URLhttp://www.adage.com/Advertising Age Magazine1"Lotus Development"
  4696. "3/25/96"
  4697. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4698. ###########################
  4699. Barron's Home PageLaunch URLhttp://www.barrons.comBarron's magazine1
  4700. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4701. ######
  4702. The Economisthttp://www.economist.com/The EconomistLaunch URL1
  4703. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4704. ############################################
  4705. Quote.Com Home Pagehttp://www.quote.com/Quote.com home pageLaunch URL1
  4706. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4707. ####################################
  4708. The American Stock Exchange - The Smarter Place to Behttp://www.amex.com/American Stock ExchangeLaunch URL1
  4709. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4710. ##########################################################
  4711. Market Places and Quotationshttp://www.wiso.gwdg.de/ifbg/stock1.htmlGlobal Market Places and QuotationsLaunch URL1
  4712. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4713. ########################################################
  4714. CommerceNet Homehttp://www.commerce.net/Launch URL1
  4715. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4716. #######################
  4717. Welcome to Mark Twain Bankhttp://www.marktwain.com/Launch URL1
  4718. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4719. ############
  4720. The Financial Data Finderhttp://www.cob.ohio-state.edu/dept/fin/osudata.htmLaunch URL1
  4721. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4722. ####################################################
  4723. Intuit Home Pagehttp://www.intuit.com/Launch URL1
  4724. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4725. #########################
  4726. Utne Readerhttp://www.utne.com/reader/magazine.htmlUtne Reader: The Alternative PressLaunch URL6
  4727. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4728. ##########
  4729. All titles listed alphabeticallyLaunch URLhttp://www.enews.com/monster/Electronic Newsstand: Monster Magazine List6
  4730. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4731. ###############
  4732. Discover MagazineLaunch URLhttp://www.dc.enews.com/magazines/discover/Discover Magazine6
  4733. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4734. ##################
  4735. Business Weekhttp://www.dc.enews.com/magazines/bw/Business WeekLaunch URL6
  4736. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4737. ################################
  4738. Top of the news(December 3, 1995 10:46 PM)http://www.usatoday.com/USA TodayLaunch URL6
  4739. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4740. ####################
  4741. Mercury Center Home Pagehttp://www.sjmercury.com/San Jose Mercury News (USA)Launch URL6
  4742. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4743. ###################
  4744. Launch URLNBA.comhttp://www.nba.com/7
  4745. CN=Teresa Deane/O=Iris#################
  4746. Jerusalem Posthttp://www.jpost.co.il/Jerusalem PostLaunch URL6
  4747. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4748. ############################################
  4749. Welcome to Boston.com!Launch URLhttp://www.boston.com/globe/cgi-bin/globe.cgi?top/daily.htmThe Boston Globe6
  4750. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4751. ##########################################################
  4752. TimesFax 2http://nytimesfax.com/cgi-bin/tmp/loginTimesFax (New York Times)Launch URL6
  4753. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4754. #####################
  4755. Welcome to the BBChttp://www.bbcnc.org.uk/British Broadcasting CorporationLaunch URL6
  4756. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4757. #####################
  4758. PEOPLELaunch URLhttp://pathfinder.com/@@lnX93MHEkwAAQBdl/people/toc.htmlPeople Magazine6
  4759. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4760. ##################
  4761. LIFE Photo Home PageLaunch URLhttp://pathfinder.com/@@lnX93MHEkwAAQBdl/Life/lifehome.htmlLife Magazine6
  4762. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4763. National ReviewLaunch URLhttp://pathfinder.com/@@lnX93MHEkwAAQBdl/NR/National Review Magazine6
  4764. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4765. ############
  4766. FORTUNELaunch URLhttp://pathfinder.com/@@lnX93MHEkwAAQBdl/fortune/index.htmlFortune Magazine6
  4767. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4768. #############
  4769. Asiaweek Home Pagehttp://pathfinder.com/@@NyO*TcHEkwAAQBhl/Asiaweek/Asiaweek OnLineLaunch URL6
  4770. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4771. ############
  4772. NPR Onlinehttp://www.npr.org/National Public RadioLaunch URL6
  4773. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4774. #############################################
  4775. News & Developmentshttp://nytsyn.com/live/News3/Computer News DailyLaunch URL6
  4776. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4777. ############################
  4778. Welcome to PC World Onlinehttp://www.pcworld.com/PC World OnLineLaunch URL6
  4779. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4780. ###############################
  4781. ##########################################################
  4782. ##########################################################
  4783. Welcome to GNNhttp://nearnet.gnn.com/gnn/Global Network NavigatorLaunch URL6
  4784. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4785. ##############################
  4786. Kansai-WWWhttp://mai.hyg.med.kyoto-u.ac.jp/KansaiWWW/index.htmlKansai-WWWLaunch URL6
  4787. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=Iris
  4788. ######################
  4789. News on the netLaunch URLhttp://www.reporter.org/news/News on the net (Listing of Publications)6
  4790. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4791. ##########################################
  4792. 10Admin1
  4793. @60302Underline/BlueCourierTimes 11CourierCourierTimes11Your Server Name Here
  4794. CN=Dave Newbold/O=IrisLotus Notes
  4795. #########################################
  4796. GoSKI Network - The Ultimate Snow Sports GuideLaunch URLhttp://www.goski.com/GoSKI Network - The Ultimate Snow Sports Guide7
  4797. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################################
  4798. City.NetLaunch URLhttp://www.city.net/Travel Infromation (City.Net)7
  4799. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##################################
  4800. Launch URLESPNET SportsZonehttp://espnet.sportszone.com/7
  4801. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#####################################
  4802. Launch URLWorld Wide Web of Sports (@ MIT!)http://www.tns.lcs.mit.edu/cgi-bin/sports/7
  4803. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris########
  4804. Launch URLSports Illustrated Onlinehttp://pathfinder.com/@@1pwGU1Ji3AAAQJSr/si/7
  4805. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##############
  4806. Launch URLAquatica Index for Aquatics and Small Crafthttp://wwww.aquatica.com/Aquatica/7
  4807. CN=Teresa Deane/O=Iris##############################
  4808. Launch URLSoccer Standingshttp://www.sportsnetwork.com/soccer/soccer.html7
  4809. CN=Teresa Deane/O=Iris############################################
  4810. Launch URLMajor League Baseball MLB@BAThttp://www.majorleaguebaseball.com/7
  4811. CN=Teresa Deane/O=Iris###########################################
  4812. Launch URLNational Hockey League Official Web Sitehttp://www.nhl.com/7
  4813. CN=Teresa Deane/O=Iris################################################
  4814. ##########################################################
  4815. Launch URLGolfWeb - Everything Golf on the World Wide Web!http://www.golfweb.com/7
  4816. CN=Teresa Deane/O=Iris####################################
  4817. Launch URLCool Runninghttp://www.coolrunning.com/7
  4818. CN=Teresa Deane/O=Iris####
  4819. Launch URLALLSPORTS
  4820. http://www.allsports.com/7
  4821. CN=Teresa Deane/O=Iris#######
  4822. Launch URLThe Sailing Sitehttp://www.gosailing.com/7
  4823. CN=Teresa Deane/O=Iris##
  4824. Launch URLThe Boating Yellow Pageshttp://members.aol.com/markmorin1/boatdirectory/boatintr.htm7
  4825. CN=Teresa Deane/O=Iris#######################
  4826. Launch URLProfessional Bowler Associationhttp://www.pba.org/7
  4827. CN=Teresa Deane/O=Iris#########################################################
  4828. Launch URLWelcome to SportsLine USAhttp://web2.sportsline.com/index.html7
  4829. CN=Teresa Deane/O=Iris#############################################
  4830. Launch URLWalt Disney Worldhttp://www.disney.com/DisneyWorld/index.html7
  4831. CN=Teresa Deane/O=Iris##############################################
  4832. Launch URLWelcome to Universal Studios Florida
  4833. http://www.usf.com/7
  4834. CN=Teresa Deane/O=Iris##################################################
  4835. Kaleidospacehttp://kspace.com/Kaleidospace (Independent Internet Artists)Launch URL0
  4836. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##################
  4837. The Andy Warhol Museum Home PageLaunch URLhttp://www.warhol.org/warhol/Andy Warhol Museum (Pittsburgh, USA)0
  4838. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################################################
  4839. The Art Institute of Chicagohttp://www.artic.edu/aic/firstpage.htmlArt Institute of ChicagoLaunch URL0
  4840. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4841. Art on the Nethttp://www.art.net/Art on the NetLaunch URL0
  4842. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris############################################
  4843. WebMuseum: Bienvenue! (Welcome from the curator)Launch URLhttp://sunsite.unc.edu/louvre/Le Louvre Web Museum (UNC, USA)  0
  4844. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris############################################
  4845. Launch URLArtWebhttp://www.bitech.com/gallery/0
  4846. CN=Teresa Deane/O=Iris#######
  4847. The Smithsonian Institution Home Pagehttp://www.si.edu/Smithsonian InstitutionLaunch URL0
  4848. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#############
  4849. Philadelphia Museum of Arthttp://www.libertynet.org/~pma/Philadelphia Museum of Art (Philadelphia, USA)Launch URL0
  4850. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris####################################################
  4851. UCI Bookstore: Ansel Adams Home Pagehttp://bookweb.cwis.uci.edu:8042/AdamsHome.htmlPhotography: Ansel AdamsLaunch URL0
  4852. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris################################################
  4853. Asian Artshttp://www.webart.com/asianart/index.htmlAsian Arts (Journal)Launch URL0
  4854. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris####################
  4855. Welcome to ArtsLinkhttp://pathfinder.com/@@lnX93MHEkwAAQBdl/twep/artslink/ArtsLink Web SiteLaunch URL0
  4856. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris
  4857. Minist
  4858. re de la culturehttp://www.culture.fr/index.htmlMinist
  4859. re de la cultureLaunch URL0
  4860. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#############
  4861. PhotoCollect Home Pagehttp://www.webart.com/photocollect/home.htmPhotoCollect galleryLaunch URL0
  4862. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris######
  4863. Launch URLCNN - Showbiz News Main Pagehttp://www.cnn.com/SHOWBIZ/index.html0
  4864. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##################
  4865. Launch URLChristo & Jeanne-Claude Home Pagehttp://pomo.nbn.com/youcan/christo/0
  4866. CN=Teresa Deane/O=Iris#######################################
  4867. Launch URLThe J.R.R. Tolkien Information Pagehttp://www.csclub.uwaterloo.ca/u/relipper/tolkien/rootpage.html0
  4868. CN=Teresa Deane/O=Iris#########
  4869. Launch URLWorld Wide Web Virtual Library: Dancehttp://www.artswire.org/Artswire/www/dance/dance.html0
  4870. CN=Teresa Deane/O=Iris#################
  4871. Launch URLPlaybill On-Linehttp://piano.symgrp.com/playbill/0
  4872. CN=Teresa Deane/O=Iris##########################################################
  4873. Novagate Online Reference Deskhttp://www.novagate.com/novasurf/onlinereference.htmlNovagate Online Reference DeskLaunch URL8
  4874. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################################
  4875. The United States Postal Service, Internet Branchhttp://www.usps.gov/United States Postal ServiceLaunch URL8
  4876. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################################################
  4877. NTT Home Pagehttp://www.ntt.jp/NTT Home Page (Japanese Reference)Launch URL8
  4878. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################
  4879. Asia Studies Ltd.http://asiadata.pacificnet.com/as.htmAsian Country InformationLaunch URL8
  4880. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris############
  4881. NewsPage Home Pagehttp://www.newspage.com/NewsPage (Individual, Inc.)Launch URL8
  4882. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris######################
  4883. Asia-Pacific Informationhttp://sunsite.sut.ac.jp/asia/Asia-Pacific Information (SunSite)Launch URL8
  4884. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris###
  4885. Launch URLPCL Map Collectionhttp://www.lib.utexas.edu/Libs/PCL/Map_collection/Map_collection.html8
  4886. CN=Teresa Deane/O=Iris####################
  4887. Launch URLThe Media History Projecthttp://www.mediahistory.com/8
  4888. CN=Teresa Deane/O=Iris######################################################
  4889. Launch URLEarth Viewhttp://www.fourmilab.ch/cgi-bin/uncgi/Earth/action?opt=-p8
  4890. CN=Teresa Deane/O=Iris########################################
  4891. Launch URLConsumer Products Safety Commission Gopher Sitegopher://cpsc.gov/18
  4892. CN=Teresa Deane/O=Iris#########################################
  4893. Launch URLTHE LARGEST COLLECTION OF FREE STUFF ON THE PLANET!!http://theyellowpages.com/8
  4894. CN=Teresa Deane/O=Iris#############################
  4895. Launch URLThe World Factbook 1995http://www.odci.gov/cia/publications/95fact/8
  4896. CN=Teresa Deane/O=Iris########################################
  4897. Launch URLTHOR+: The Virtual Reference Deskhttp://thorplus.lib.purdue.edu/reference/index.html8
  4898. CN=Teresa Deane/O=Iris#######################
  4899. Launch URLSPO Patent Serviceshttp://www.spo.eds.com/patent.html8
  4900. CN=Teresa Deane/O=Iris######################################################
  4901. Launch URLThe Ultimate White Pageshttp://www.angelfire.com/pages0/ultimates/8
  4902. CN=Teresa Deane/O=Iris#########################################
  4903. ##########################################################
  4904. Launch URLWorld Wide Web Yellow Pageshttp://www.mcp.com/nrp/wwwyp/8
  4905. CN=Teresa Deane/O=Iris###################################################
  4906. Launch URLThe Old Farmer's Almanachttp://www.almanac.com/8
  4907. CN=Teresa Deane/O=Iris
  4908. ##########################################################
  4909. Launch URLJapanese - English Dictionaryhttp://www.wg.omron.co.jp/cgi-bin/j-e8
  4910. CN=Teresa Deane/O=Iris#########################################
  4911. Ml!|k
  4912. Launch URLInforonics' TitleNethttp://www.infor.com/titlenet.html8
  4913. CN=Teresa Deane/O=Iris#####################################################
  4914. Launch URLEncyberpedia http://www.encyberpedia.com/ency.htm8
  4915. CN=Teresa Deane/O=Iris##########################################################
  4916. Launch URLOneLook Dictionaries, The Faster Finderhttp://www.onelook.com/8
  4917. CN=Teresa Deane/O=Iris#############################################
  4918. Launch URLRoget's Thesaurus of English Words and Phraseshttp://home.thesaurus.com/thesaurus/8
  4919. CN=Teresa Deane/O=Iris#########################
  4920. Welcome to ISNLaunch URLhttp://www4.internet.net/cgi-bin/getNode?node=1&source=webreview&session=3086175Internet Shopping Network9
  4921. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris####################################
  4922. Launch URLThe Branch Mall http://branch.com/9
  4923. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#################################################
  4924. Launch URLeduMallhttp://edumall.com/edumall/edumall.html9
  4925. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#####################################
  4926. Launch URL@Net Shopping Mallhttp://www.cybertown.com/cybertown/shopping.html9
  4927. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#################
  4928. Launch URLMall of the Internethttp://malls.com/awesome/9
  4929. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris######################################
  4930. Launch URLBertrand Gourmet Storehttp://www.bertrand.com/9
  4931. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#####################################
  4932. Launch URLL.L. Bean (Outdoors supplier, USA)http://www.llbean.com/9
  4933. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris###########################
  4934. Launch URLLands' End, Inc.http://www.landsend.com/9
  4935. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris###########################################
  4936. ##########################################################
  4937. Launch URLDealerNethttp://www.dealernet.com/9
  4938. CN=Teresa Deane/O=Iris#########
  4939. Launch URLFlowernethttp://www.flowernet.net/bin/sct221/nb/v4/index.html9
  4940. CN=Teresa Deane/O=Iris##############################################
  4941. Launch URLGreat Food Online - Specialty Gourmet Foodshttp://www.greatfood.com/9
  4942. CN=Teresa Deane/O=Iris#######################################
  4943. Launch URLThe Shopper - Your Guide to Shopping Online Malls & Storeshttp://www.shoppingdirect.com/9
  4944. CN=Teresa Deane/O=Iris###################
  4945. Launch URLThe Internet Mall (tm)http://www.internet-mall.com/9
  4946. CN=Teresa Deane/O=Iris########################################################
  4947. Launch URLCatalog Shoppinghttp://www.catalogsite.com/9
  4948. CN=Teresa Deane/O=Iris
  4949. Launch URLBook Stacks - Book of Dayshttp://www.books.com/scripts/news.exe9
  4950. CN=Teresa Deane/O=Iris############################################
  4951. Launch URLTHE WORLD WIDE WEB STOREhttp://www.thewwwstore.com/9
  4952. CN=Teresa Deane/O=Iris########################################################
  4953. Launch URLMAIN MALL WEB PAGEhttp://maingate.net/mall/9
  4954. CN=Teresa Deane/O=Iris
  4955. Launch URLThe College Shopping Networkhttp://surfcsn.com/9
  4956. CN=Teresa Deane/O=Iris
  4957. ##########################################################
  4958. Launch URLWelcome to TravelShophttp://www.travelshop.com/9
  4959. CN=Teresa Deane/O=Iris
  4960. ##########################################################
  4961. EUROPEAN UNION & INTERNETLaunch URLhttp://www.helsinki.fi/~aunesluo/eueng.htmlEuropean Union Internet Directory5
  4962. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris######################################################
  4963. Links to Government Servers and InformationLaunch URLhttp://www.eff.org/govt.htmlGlobal list of Government servers and Information (Large!)5
  4964. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################
  4965. Launch URLTHOMAS: Legislative Information on the Internethttp://thomas.loc.gov/5
  4966. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##############
  4967. Launch URLVoter Information Services (VIS)http://world.std.com/~voteinfo/5
  4968. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris####################
  4969. ##########################################################
  4970. ##########################################################
  4971. Launch URLThe Federal Web Locatorhttp://www.law.vill.edu/Fed-Agency/fedwebloc.html5
  4972. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris###########
  4973. Launch URLUSDA's Home Pagehttp://www.usda.gov/5
  4974. CN=Teresa Deane/O=Iris#######
  4975. Launch URLIRS - The Digital Dailyhttp://www.irs.ustreas.gov/basic/cover.html5
  4976. CN=Teresa Deane/O=Iris#########################################
  4977. Launch URLFAA - Federal Aviation Administrationhttp://www.faa.gov/5
  4978. CN=Teresa Deane/O=Iris###################################################
  4979. Launch URLFood and Drug Administration Home Pagehttp://www.fda.gov/5
  4980. CN=Teresa Deane/O=Iris##################################################
  4981. Launch URLThe Electronic Embassyhttp://www.embassy.org/5
  4982. CN=Teresa Deane/O=Iris@
  4983. ##########################################################
  4984. Launch URLCCTA Government Information Servicehttp://www.open.gov.uk/5
  4985. CN=Teresa Deane/O=Iris#################################################
  4986. Launch URLDie Bundesregierung informiert / Facts about Germanyhttp://www.bundesregierung.de/5
  4987. CN=Teresa Deane/O=Iris#########################
  4988. Launch URLJapanese Government Organizationshttp://jw.stanford.edu/GOV/gov.html5
  4989. CN=Teresa Deane/O=Iris#######################################
  4990. Launch URLThe US Department of Transportationhttp://www.dot.gov/5
  4991. CN=Teresa Deane/O=Iris#####################################################
  4992. Launch URLThe NASA Homepagehttp://www.gsfc.nasa.gov/NASA_homepage.html5
  4993. CN=Teresa Deane/O=Iris###############################################
  4994. Launch URLWelcome To The White Househttp://www.whitehouse.gov/WH/Welcome-nt.html5
  4995. CN=Teresa Deane/O=Iris#####################################
  4996. Launch URLOfficial Federal Government Web Siteshttp://lcweb.loc.gov/global/executive/fed.html5
  4997. CN=Teresa Deane/O=Iris########################
  4998. Launch URLUnited Nations Home Pagehttp://www.un.org/5
  4999. CN=Teresa Deane/O=Iris#
  5000. Launch URLAmerican Student Political Networkhttp://www.cis.yale.edu/ypunion/ASPN.html5
  5001. CN=Teresa Deane/O=Iris################################
  5002. Launch URLU.S. House Of Representatives - Home Pagehttp://www.house.gov/5
  5003. CN=Teresa Deane/O=Iris#############################################
  5004. ##########################################################
  5005. Launch URLThe United States Senatehttp://www.senate.gov/5
  5006. CN=Teresa Deane/O=Iris
  5007. ##########################################################
  5008. Launch URLCanada Site / Site du Canadahttp://canada.gc.ca/5
  5009. CN=Teresa Deane/O=Iris
  5010. ##########################################################
  5011. Launch URLThe Internet Movie Databasehttp://www.msstate.edu/Movies/4
  5012. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########################
  5013. Launch URLThe Dilbert Zonehttp://www.unitedmedia.com/comics/dilbert/4
  5014. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#########################
  5015. Launch URLMusic News Of The Worldhttp://www.addict.com/ATN/Music_News_Of_The_World/4
  5016. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########
  5017. Launch URLEntertainment Extra! Indexhttp://www.ddc.com/extra/4
  5018. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris################################
  5019. Launch URLHistory of Rock 'n' Rollhttp://www.hollywood.com/rocknroll/4
  5020. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris########################
  5021. Launch URLVH1 Main Screenhttp://vh1.com/4
  5022. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#####################################################
  5023. Launch URLMTV Online: Main Pagehttp://mtv.com/4
  5024. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris###############################################
  5025. Launch URLhttp://www.cbs.com/CBS Television Home Page4
  5026. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris########################################
  5027. Launch URLNBC HTTVhttp://www.nbc.com/4
  5028. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris########################################################
  5029. Launch URLWhat's On PBS?http://www.pbs.org/programs/4
  5030. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#########################################
  5031. Launch URLSony Onlinehttp://www.music.sony.com/4
  5032. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##############################################
  5033. Launch URLThe ABC Television Networkhttp://www.abctelevision.com/4
  5034. CN=Teresa Deane/O=Iris####################################################
  5035. Launch URLFilm Scoutshttp://www.filmscouts.com/4
  5036. CN=Teresa Deane/O=Iris######
  5037. Launch URLFilm.com Front Pagehttp://www.film.com/film/admin/about.film.html4
  5038. CN=Teresa Deane/O=Iris##########################################
  5039. Launch URLMovie Maniahttp://www.movievan.com/4
  5040. CN=Teresa Deane/O=Iris########
  5041. Launch URLThe 3D Gaming Scene - Front Pagehttp://www.pol.umu.se/html/ac/spel.htm4
  5042. CN=Teresa Deane/O=Iris#####################################
  5043. Launch URLThe Chessmaster Networkhttp://www.chessmasternetwork.com/4
  5044. CN=Teresa Deane/O=Iris##################################################
  5045. Launch URLGames Guidehttp://www.ozonline.com.au/gamesguide/4
  5046. CN=Teresa Deane/O=Iris##########################################################
  5047. Launch URLGames Happy Puppy's Front Porchhttp://happypuppy.com/refer/yahoo.html4
  5048. CN=Teresa Deane/O=Iris######################################
  5049. Welcome to ZD Nethttp://www.zdnet.com/home/filters/mainb.htmlZiff Davis PublishingLaunch URL2
  5050. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#########
  5051. Launch URLThe Single Source Mallhttp://thesinglesource.com/mall/9
  5052. CN=Teresa Deane/O=Iris#####################################################
  5053. Wall Street Journal:HeadlinesLaunch URLhttp://www.wsj.comWall Street Journal (USA)61
  5054. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris##########
  5055. FT: News in BriefLaunch URLhttp://www.ft.comFinancial Times: News in Brief (Global)11
  5056. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris#########
  5057. Launch URLhttp://www.hardlink.com/~chambers/HLP/The Human Languages Page31
  5058. CN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris####################################################
  5059. Launch URLhttp://www.utv.net.TV Net
  5060. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris################################################
  5061. ShakespeareLaunch URLhttp://the-tech.mit.edu/Shakespeare/Shakespeare, The complete works01
  5062. CN=Dave Newbold/O=IrisCN=Teresa Deane/O=IrisCN=Dave Newbold/O=IrisCN=Teresa Deane/O=Iris####
  5063. ##########################################################
  5064. ##########################################################
  5065. ##########################################################
  5066. ##########################################################
  5067. ##########################################################
  5068. ##########################################################
  5069. ##########################################################
  5070. ##########################################################
  5071. ##########################################################
  5072. ##########################################################
  5073. ##########################################################
  5074. 09/09/96 11:38:02 AM Teresa Deane/Iris updated OtherDomainServers
  5075. 09/09/96 11:37:56 AM Teresa Deane/Iris added OtherDomainServers
  5076. 09/09/96 11:37:48 AM Teresa Deane/Iris updated LocalDomainServers
  5077. 09/09/96 11:37:45 AM Teresa Deane/Iris added LocalDomainServers
  5078. 03/25/96 09:35:40 PM Lotus Notes deleted Lotus Notes
  5079. 03/25/96 09:35:29 PM Lotus Notes added [-Default-]
  5080. 03/25/96 09:35:16 PM Lotus Notes added [OtherDomainServers]
  5081. 03/25/96 09:35:16 PM Lotus Notes deleted OtherDomainServers
  5082. 03/25/96 09:35:03 PM Lotus Notes added [LocalDomainServers]
  5083. 03/25/96 09:35:03 PM Lotus Notes deleted LocalDomainServers
  5084. 03/25/96 09:34:06 PM Lotus Notes updated Lotus Notes
  5085. 03/25/96 09:34:06 PM Lotus Notes added Lotus Notes
  5086. 03/25/96 09:34:06 PM Lotus Notes updated role [WebMaster]
  5087. 03/25/96 09:34:06 PM Lotus Notes updated -Default-
  5088. 03/25/96 09:34:06 PM Lotus Notes added LocalDomainServers
  5089. 03/25/96 09:34:06 PM Lotus Notes added OtherDomainServers
  5090. 03/25/96 09:34:06 PM Lotus Notes updated -Default-
  5091. WebMaster
  5092. -Default-
  5093. [LocalDomainServers]
  5094. [OtherDomainServers]
  5095. [-Default-]
  5096. LocalDomainServers
  5097. OtherDomainServers
  5098.